Skip to content

Blazor

Blazor is a .NET web UI framework for building interactive web apps using C# and Razor components instead of JavaScript. Choose this component when you’re building dashboards, internal tools, or full-featured web apps where you want to stay in the .NET ecosystem and share code across client and server. Diploi builds your Blazor project and deploys it with the runtime and assets it needs to run.

Add to your project

Paste this entry into the components list in diploi.yaml to add Blazor to your project.

components:
- name: Blazor
identifier: blazor
package: https://github.com/diploi/component-blazor#main

See also