Patch Blazor Layout topic example (#17755)
parent
57141a3969
commit
2cb0d40a66
|
@ -3,7 +3,7 @@
|
|||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
|
||||
</Found>
|
||||
<NotFound>
|
||||
<LayoutView Layout="typeof(MainLayout)">
|
||||
<LayoutView Layout="@typeof(MainLayout)">
|
||||
<h1>Page not found</h1>
|
||||
<p>Sorry, there's nothing at this address.</p>
|
||||
</LayoutView>
|
||||
|
|
Loading…
Reference in New Issue