Top "Blazor-client-side" questions

There are two hosting models for Blazor apps: server-side (often pre-rendered) and client-side (WebAssembly).

How to use Bootstrap modal in Blazor client app?

I am trying to show bootstrap modal then bind its buttons. But I cannot pass the first step showing the …

razor .net-core blazor blazor-client-side
Blazor client-side debugging

I noticed that all of my C# breakpoints do not get hit as debugging seems like its disabled for client-side …

blazor blazor-client-side
How to add font awesome to Blazor client (razor component) app?

I created a blazor webassembly hosted template dot net core 3.1. Then right clicked on project.Client/wwwroot/css folder and …

asp.net-core razor blazor blazor-client-side
How to acess the appsettings in blazor webassembly

I currentying trying to save the api url in an appsettings. However, the configuration.Propertiers seems to be empty. I …

c# blazor blazor-client-side
How can I write into the browser´s console via Blazor WebAssembly?

In JavaScript we can use the following call to write debug output to the browser´s console: console.log("My …

blazor blazor-client-side asp.net-blazor
Blazor redirect to login if user is not authenticated

I am trying to develop an app using Blazor WebAssembly and I am wondering about how I can protect my …

blazor blazor-client-side
Blazor (Client-side) StateHasChanged() not updating page

I have a button on my page (component) that calls a Refresh() method when clicked. This method then calls the …

c# asp.net-core blazor blazor-client-side
Blazor Component Reference Null on First Render

I have a custom component with an event Action called TabChanged. In my Razor page I set the reference to …

c# asp.net-core blazor blazor-client-side
Found markup element with unexpected name 'Cascading AuthenticationState'

I am getting this error on my App.razor: Found markup element with unexpected name 'CascadingAuthenticationState'. If this is intended …

blazor blazor-client-side
Growing TextArea in Blazor

I need a text area that grows as the number of lines increases. As soon as lines are deleted, the …

c# blazor blazor-client-side