8 lines
269 B
Text
8 lines
269 B
Text
<Router AppAssembly="@typeof(Program).Assembly">
|
|
<Found Context="routeData">
|
|
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Windows.ChatWindow)" />
|
|
</Found>
|
|
<NotFound>
|
|
<RedirectToRoute Route="/Chat" />
|
|
</NotFound>
|
|
</Router>
|