Why the Form doesnt load the values?
I’m currently building a Create Account page for my project and trying to figure out what’s wrong with my code. The issue is that, when I fill in all the blanks and press the Create Account button it sends empty values. I have no idea why is that.. I hope someone here will help me. Thanks!
AuthorizeView rendering/resolving before auth state updates, but updates on refresh
I have a server app that connects to a custom login server, receives a JWT, and stores it in session storage for use throughout the app. I use <AuthorizeView>
to contain restricted content, but it always resolves to <NotAuthorized>
until I refresh the page. After the page is refreshed, the login state is correctly propagated and <Authorized>
is visible. This also happens during logout — any authorization change.
Authentication Issues in Blazor Application After IIS Restart
I’m encountering a significant issue with authentication in my Blazor application hosted on a Windows Server within a LAN environment.
Blazor 8 Delegate Type Could Not Be Inferred
I am migrating my Blazor Server from .NET 7 to 8. Apparently it causes error on calling the function this way:
Blazor @onchange event doesnt fire
In the Blazor WebAssembly application, the @onchange event attached to the element fails to trigger when selecting the “Weather” option. The goal is to dynamically render components based on the selected option, but the event doesn’t respond as expected.
Issues changing page icon in .Net using Blazor
So recently I tried to change the file icon on my blazor project I am working, but I have run into some major issues with it. I simply just can’t get it to load on my project.
Error in IdentityUserAccessor add Scoped Blazor C#
Error in program.cs
My AuthorizeRouteView doesn’t work when I use @attribute [Authorize] in BLAZOR C#
In my code it is not loading the information when logged in. Only the navmenu worked.
How transfer data from a child component to its parent in C# Blazor using an input element?
I’m encountering an issue while attempting to utilize a reusable input component for creating a new user profile. When I try to create a new user, all the data entered into the reusable component appears empty. I suspect this is due to a problem with passing data from the child component to the parent. Interestingly, when I use the standard tag, everything works fine. Any insights or suggestions on how to resolve this issue would be greatly appreciated. Thanks in advance!
Main page
AddProfile.razor
How pass data from child to parent C# Blazor using input?
I’m encountering an issue while attempting to utilize a reusable input component for creating a new user profile. When I try to create a new user, all the data entered into the reusable component appears empty. I suspect this is due to a problem with passing data from the child component to the parent. Interestingly, when I use the standard tag, everything works fine. Any insights or suggestions on how to resolve this issue would be greatly appreciated. Thanks in advance!
Main page
AddProfile.razor