Highlight MapRazorPages() in Startup.cs example (#15826)

pull/15835/head
Ryan Yandle 2019-11-22 04:58:50 -08:00 committed by Luke Latham
parent 71260bbac1
commit 5a5b8e2369
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Open the generated *.csproj* file from Visual Studio for Mac.
Razor Pages is enabled in *Startup.cs*: Razor Pages is enabled in *Startup.cs*:
[!code-cs[](index/3.0sample/RazorPagesIntro/Startup.cs?name=snippet_Startup&highlight=12)] [!code-cs[](index/3.0sample/RazorPagesIntro/Startup.cs?name=snippet_Startup&highlight=12,36)]
Consider a basic page: Consider a basic page:
<a name="OnGet"></a> <a name="OnGet"></a>