AspNetCore.Docs/aspnetcore/includes/RP/da1.md

756 B

no-loc
Home
Privacy
Kestrel
appsettings.json
ASP.NET Core Identity
cookie
Cookie
Blazor
Blazor Server
Blazor WebAssembly
Identity
Let's Encrypt
Razor
SignalR

Update the generated pages

By Rick Anderson

We have a good start to the movie app, but the presentation isn't ideal. We don't want to see the time (12:00:00 AM in the image below) and ReleaseDate should be Release Date (two words).

Movie application open in Chrome showing movie data

Update the generated code

Open the Models/Movie.cs file and add the highlighted lines shown in the following code:

[!code-csharp]