We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57141a3 commit 2cb0d40Copy full SHA for 2cb0d40
1 file changed
aspnetcore/blazor/layouts/sample_snapshot/3.x/App2.razor
@@ -3,7 +3,7 @@
3
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4
</Found>
5
<NotFound>
6
- <LayoutView Layout="typeof(MainLayout)">
+ <LayoutView Layout="@typeof(MainLayout)">
7
<h1>Page not found</h1>
8
<p>Sorry, there's nothing at this address.</p>
9
</LayoutView>
0 commit comments