You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @using Volo.Abp.AspNetCore.Components.WebAssembly.WebApp
- @using Volo.Abp.AspNetCore.Components.Web.BasicTheme.Themes.Basic
- <Router AppAssembly="typeof(Program).Assembly" AdditionalAssemblies="WebAppAdditionalAssembliesHelper.GetAssemblies<TaskSchedulingBlazorHostClientModule>()">
- <Found Context="routeData">
- <AuthorizeRouteView RouteData="routeData" DefaultLayout="typeof(MainLayout)">
- <NotAuthorized>
- <RedirectToLogin />
- </NotAuthorized>
- </AuthorizeRouteView>
- </Found>
- </Router>
|