Blazor lets you build interactive web UIs using C# instead of JavaScript.
I've created a new blazor app from the VS2019 template which has the menu as a sidebar. I've spent best …
.net-core blazorI'm using Server-side Blazor components in ASP.NET Core 3 preview 4. I have a parent component, and child components, using the …
c# asp.net-core blazor blazor-server-sideIn my blazer app I am making an api call to a back end server that could take some time. …
c# blazorI want to test if it was possible to create Blazor components dynamically. I can't find any way to do …
c# asp.net-core blazorI want to have a SPA that's doing all the work client side and even generating some graphs/visuals. I'd …
c# web webassembly blazorI have some HTML that is stored in a string. How can I render it in a Blazor/Razor view …
blazorI need to access HttpContext in a page (.cshtml) and in particular a request and then a cookie. Despite available, …
cookies httpcontext blazorHello how can you redirect to another page in Blazor with a parameter? @page "/auth" @using Microsoft.AspNetCore.Blazor.Services; @…
c# routing blazorI'm building a simple web app with Blazor (client-side) and need to get Blazor to re-render the component. Is there …
asp.net-core razor blazorI am using Microsoft Visual Studio 2019 Community preview, version 16.4.0 Preview 1.0. I just update to Windows 10 Pro Version 1903 OS build 18362.418 . With …
c# asp.net-core visual-studio-2019 blazor asp.net-core-3.0