13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
@using ZB.MOM.WW.OtOpcUa.AdminUI
|
|
|
|
<Router AppAssembly="@typeof(EndpointRouteBuilderExtensions).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
|
</Found>
|
|
<NotFound>
|
|
<LayoutView Layout="@typeof(MainLayout)">
|
|
<p role="alert">Page not found.</p>
|
|
</LayoutView>
|
|
</NotFound>
|
|
</Router>
|