25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

11 satır
347 B

  1. <Router AppAssembly="@typeof(Program).Assembly">
  2. <Found Context="routeData">
  3. <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
  4. </Found>
  5. <NotFound>
  6. <LayoutView Layout="@typeof(MainLayout)">
  7. <p>Sorry, there's nothing at this address.</p>
  8. </LayoutView>
  9. </NotFound>
  10. </Router>