Merge pull request #24142 from GitHubPang/main

Fix missing code highlight
pull/24144/head
Rick Anderson 2021-11-30 14:47:50 -10:00 committed by GitHub
commit fd2a68f39c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ Let's declutter this page by taking advantage of some of those capabilities.
Add a [layout page](xref:mvc/views/layout) to *Pages/Shared/_Layout.cshtml*:
[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?hightlight=12)]
[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?highlight=12)]
The [Layout](xref:mvc/views/layout):
@ -961,7 +961,7 @@ Let's declutter this page by taking advantage of some of those capabilities.
Add a [layout page](xref:mvc/views/layout) to *Pages/Shared/_Layout.cshtml*:
[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?hightlight=12)]
[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?highlight=12)]
The [Layout](xref:mvc/views/layout):