9 lines
346 B
Plaintext
9 lines
346 B
Plaintext
<!-- Wrap the router in a cascading app state -->
|
|
<CascadingAppState>
|
|
<Router AppAssembly="typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
|
|
<FocusOnNavigate RouteData="routeData" Selector="h1" />
|
|
</Found>
|
|
</Router>
|
|
</CascadingAppState> |