Update Highlighted new code to add new filed (#10308)

pull/10315/head
ahdbk 2019-01-10 20:10:31 +01:00 committed by Scott Addie
parent a7609c3d5a
commit 6aa8bcc449
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Update the view templates in order to display, create, and edit the new `Rating`
Edit the */Views/Movies/Index.cshtml* file and add a `Rating` field:
[!code-HTML[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie22/Views/Movies/IndexGenreRating.cshtml?highlight=17,39&range=24-64)]
[!code-HTML[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie22/Views/Movies/IndexGenreRating.cshtml?highlight=16,38&range=24-64)]
Update the */Views/Movies/Create.cshtml* with a `Rating` field.