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: