There are two hosting models for Blazor apps: server-side (often pre-rendered) and client-side (WebAssembly).
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-sideI noticed that all of my C# breakpoints do not get hit as debugging seems like its disabled for client-side …
blazor blazor-client-sideI 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-sideI currentying trying to save the api url in an appsettings. However, the configuration.Propertiers seems to be empty. I …
c# blazor blazor-client-sideIn 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-blazorI am trying to develop an app using Blazor WebAssembly and I am wondering about how I can protect my …
blazor blazor-client-sideI 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-sideI 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-sideI am getting this error on my App.razor: Found markup element with unexpected name 'CascadingAuthenticationState'. If this is intended …
blazor blazor-client-sideI need a text area that grows as the number of lines increases. As soon as lines are deleted, the …
c# blazor blazor-client-side