Blog/Components/Routes.razor 291 B · 6 lines · raw · history

1 <Router AppAssembly="typeof(Program).Assembly" NotFoundPage="typeof(Pages.NotFound)">
2 <Found Context="routeData">
3 <RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)"/>
4 <FocusOnNavigate RouteData="routeData" Selector="h1"/>
5 </Found>
6 </Router>