From 3f7c9870a3fa37c1c901a656cf2dd675217b88a2 Mon Sep 17 00:00:00 2001 From: GeorgeAlexandria Date: Fri, 31 Jan 2020 16:51:02 +0300 Subject: [PATCH] Fix RouteAttribute link (#16796) --- 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 e7b33f9bb9..a753c842ea 100644 --- a/aspnetcore/blazor/routing.md +++ b/aspnetcore/blazor/routing.md @@ -40,7 +40,7 @@ The `Router` component enables routing to each component with a specified route. ``` -When a *.razor* file with an `@page` directive is compiled, the generated class is provided a specifying the route template. +When a *.razor* file with an `@page` directive is compiled, the generated class is provided a specifying the route template. At runtime, the `RouteView` component: