Fix RouteAttribute link (#16796)

pull/16786/head
GeorgeAlexandria 2020-01-31 16:51:02 +03:00 committed by GitHub
parent 85cd3e9685
commit 3f7c9870a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The `Router` component enables routing to each component with a specified route.
</Router>
```
When a *.razor* file with an `@page` directive is compiled, the generated class is provided a <xref:Microsoft.AspNetCore.Mvc.RouteAttribute> specifying the route template.
When a *.razor* file with an `@page` directive is compiled, the generated class is provided a <xref:Microsoft.AspNetCore.Components.RouteAttribute> specifying the route template.
At runtime, the `RouteView` component: