Skip to content

Commit 2cb0d40

Browse files
authored
Patch Blazor Layout topic example (#17755)
1 parent 57141a3 commit 2cb0d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aspnetcore/blazor/layouts/sample_snapshot/3.x

aspnetcore/blazor/layouts/sample_snapshot/3.x/App2.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
44
</Found>
55
<NotFound>
6-
<LayoutView Layout="typeof(MainLayout)">
6+
<LayoutView Layout="@typeof(MainLayout)">
77
<h1>Page not found</h1>
88
<p>Sorry, there's nothing at this address.</p>
99
</LayoutView>

0 commit comments

Comments
 (0)