Skip to content

Commit 150376b

Browse files
Update MVC functional test
1 parent 5ba0521 commit 150376b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mvc/test/WebSites/BasicWebSite/RazorComponents/RouterContainer.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@using Microsoft.AspNetCore.Components.Routing
22
Router component
33
<Router AppAssembly="System.Reflection.Assembly.GetAssembly(typeof(RouterContainer))">
4+
<Found Context="routeData"><RouteView RouteData="@routeData" /></Found>
45
<NotFound>
56
<p>Route not found</p>
67
</NotFound>

0 commit comments

Comments
 (0)