Update adding-view.md (#15021)

pull/15024/head
Rick Anderson 2019-10-11 08:28:04 -10:00 committed by GitHub
parent e0c168d47c
commit d2f35361dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Select the menu links (**MvcMovie**, **Home**, and **Privacy**). Each page shows
## Change the title, footer, and menu link in the layout file
Replace the content of the *Views\Shared\_Layout.cshtml* file with the following markup. The changes are highlighted:
Replace the content of the *Views/Shared/_Layout.cshtml* file with the following markup. The changes are highlighted:
[!code-html[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/Views/Shared/_Layout.cshtml?highlight=6,14,40)]