Reuse old aspx routes in Blazor
We are writing a new version of an old page that other pages are dependent on. As such it’s important to keep old routing.
We are writing a new version of an old page that other pages are dependent on. As such it’s important to keep old routing.
I am developing a Blazor webassembly pwa, locally running the project will store the user in the session storage and keep them there.
I’m using a free project from GitHub that uses Blazor with EF Identity and SQLite. Its a good starting point for me to learn and add more functionality. Currently, I would like to add authorization to the project to allow specific users to have access to particular pages. My first step is to add default roles and account. I managed to find some sample codes that do that during startup. However, I get the following runtime error.
I am working on a Blazor WebAssembly Project and since today everytime I debug the application the same error appears:
I want to validate a Blazor form even though the user hasn’t changed the value of any form fields. (By default, Blazor only validates fields after they are modified.)
Here is my class that I have one boolean parameter(in Server side)
Im beginer With Blazor , we work on system with back office and front users system that we done with MVC 5 but we want to upgrad to blazor with .Net5 , can i used Blazor Server Side as system back office and WebAssembly as Client user app if so can i set webAssembly with deferent Identify Autherntication from server side.
I am using IdentityServer4 IDP with a blazor client. In a razor component I have:
Take the index page for example:
I have a service that I want to use in a .Net core Blazor app.