We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c13c4 commit 748cbf0Copy full SHA for 748cbf0
1 file changed
aspnetcore/blazor/layouts/sample_snapshot/3.x/App1.razor
@@ -1,4 +1,4 @@
1
-<Router AppAssembly="typeof(Startup).Assembly">
+<Router AppAssembly="@typeof(Startup).Assembly">
2
<Found Context="routeData">
3
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4
</Found>
0 commit comments