From fbcdeb514781e6977639bb52eefc779e84a028a0 Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Tue, 21 May 2019 10:15:45 -0500 Subject: [PATCH] fix incorrect snippet devlang indicator --- aspnetcore/blazor/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/routing.md b/aspnetcore/blazor/routing.md index abc8765d7e..3dd71873e0 100644 --- a/aspnetcore/blazor/routing.md +++ b/aspnetcore/blazor/routing.md @@ -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