Top "Blazor" questions

Blazor lets you build interactive web UIs using C# instead of JavaScript.

Blazor template with menu across the top

I've created a new blazor app from the VS2019 template which has the menu as a sidebar. I've spent best …

.net-core blazor
Blazor component : refresh parent when model is updated from child component

I'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-side
Blazor - Display wait or spinner on API call

In my blazer app I am making an api call to a back end server that could take some time. …

c# blazor
Blazor - How to create Components dynamically

I want to test if it was possible to create Blazor components dynamically. I can't find any way to do …

c# asp.net-core blazor
How can one generate and save a file client side using Blazor?

I want to have a SPA that's doing all the work client side and even generating some graphs/visuals. I'd …

c# web webassembly blazor
Is there an equivalent to Html.Raw in Blazor?

I have some HTML that is stored in a string. How can I render it in a Blazor/Razor view …

blazor
How do I access HttpContext in Server-side Blazor?

I need to access HttpContext in a page (.cshtml) and in particular a request and then a cookie. Despite available, …

cookies httpcontext blazor
Redirecting in blazor with parameter

Hello how can you redirect to another page in Blazor with a parameter? @page "/auth" @using Microsoft.AspNetCore.Blazor.Services; @…

c# routing blazor
How to force Blazor to re-render a component

I'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 blazor
Unable to connect to web server 'IIS Express'

I 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