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

568 B

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-csharpMain]