We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba0521 commit 150376bCopy full SHA for 150376b
src/Mvc/test/WebSites/BasicWebSite/RazorComponents/RouterContainer.razor
@@ -1,6 +1,7 @@
1
@using Microsoft.AspNetCore.Components.Routing
2
Router component
3
<Router AppAssembly="System.Reflection.Assembly.GetAssembly(typeof(RouterContainer))">
4
+ <Found Context="routeData"><RouteView RouteData="@routeData" /></Found>
5
<NotFound>
6
<p>Route not found</p>
7
</NotFound>
0 commit comments