I have a Blazor ASP.NET Core 8.0 Routing Error
I’m at a loss here when it comes what appears to be a routing error in my Blazor ASP.NET Core 8.0 application. It’s loading the main screen which is at page /
. There is another file called _Host.cshtml
that also has page /
, but when I remove that, I get an error:
I have a Blazor ASP.NET 8.0 Routing Error
I’m at a loss here when it comes what appears to be a routing error in my Blazor ASP.NET 8.0 application. It’s loading the main screen which is at page “”. There is another file called _Host.cshtml that also has page “” but when I remove that it gives me an error.
Why can’t I log in when interacting with the controller?
The framework I am using is .Net 8 Blazor Web App. And the authentication is based on Microsoft.AspNetCore.Identity.EntityFramework .
How can I change the value in EditForm by code?
Here is the html:
How to use server rendering and static SSR rendering at the same time?
I am about to create a register page based on Microsoft.AspNetCore.Identity and blazor web app.
Why can’t find resources namespace in Blazor Web App project?
The framework I am using is .Net 8