mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-02-04 05:35:44 +00:00
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
@using RadzenBlazorDemos.Pages
|
|
<Router AppAssembly="typeof(Routes).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)" />
|
|
</Found>
|
|
<NotFound>
|
|
<LayoutView Layout="typeof(MainLayout)">
|
|
<NotFound />
|
|
</LayoutView>
|
|
</NotFound>
|
|
</Router>
|