Update Highlighted new code to add new filed (#10308)
parent
a7609c3d5a
commit
6aa8bcc449
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue