forked from jakub/dotnettest
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
<Router AppAssembly="@typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" />
|
|
</Found>
|
|
<NotFound>
|
|
<h1>Page not found</h1>
|
|
</NotFound>
|
|
</Router>
|
|
|