I’m working on a Dashboard application using .NET Blazor WASM, where, except for the login page, all pages can share a same layout. So how can I specify for the login page that it doesn’t need to inherit any layout?
I’m working on a Dashboard application using .NET Blazor WASM, where, except for the login page, all pages can share a same layout. So how can I specify for the login page that it doesn’t need to inherit any layout?