PWA Fundvelo der Caritas.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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