Blog/Components/Routes.razor 228 B · 5 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 </Found>
5 </Router>