Skip to content

Commit

Permalink
Fix line highlighting to highlight rating field
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 authored Sep 23, 2017
1 parent afc9320 commit e2fe518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/razor-pages/new-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Update *Create.cshtml* with a `Rating` field. You can copy/paste the previous `<

The following code shows *Create.cshtml* with a `Rating` field:

[!code-cshtml[Main](razor-pages-start/sample/RazorPagesMovie/Pages/Movies/Create.cshtml?highlight=31-35)]
[!code-cshtml[Main](razor-pages-start/sample/RazorPagesMovie/Pages/Movies/Create.cshtml?highlight=36-40)]

Add the `Rating` field to the Edit Page.

Expand Down

0 comments on commit e2fe518

Please sign in to comment.