fix incorrect snippet devlang indicator

pull/12487/head
Scott Addie 2019-05-21 10:15:45 -05:00 committed by GitHub
parent d70de9317f
commit fbcdeb5147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Learn how to route requests in apps and about the NavLink component.
Blazor server-side is integrated into [ASP.NET Core Endpoint Routing](xref:fundamentals/routing). An ASP.NET Core app is configured to accept incoming connections for interactive components with `MapBlazorHub` in `Startup.Configure`:
[!code-cshtml[](routing/samples_snapshot/3.x/Startup.cs?highlight=5)]
[!code-csharp[](routing/samples_snapshot/3.x/Startup.cs?highlight=5)]
## Route templates