12 lines
440 B
Plaintext
12 lines
440 B
Plaintext
<Router AppAssembly="@typeof(Program).Assembly" AdditionalAssemblies="new[] { typeof(DevExpress.ExpressApp.Blazor.BlazorApplication).Assembly }">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" />
|
|
</Found>
|
|
<NotFound>
|
|
<LayoutView>
|
|
<PageTitle>Not found</PageTitle>
|
|
<p role="alert">Sorry, there's nothing at this address.</p>
|
|
</LayoutView>
|
|
</NotFound>
|
|
</Router>
|