Skip to content

Blazor Razor Components

Blazor uses Razor components as its UI building block. A component mixes markup with C# logic and renders based on its current state and parameters.

This gives .NET teams a component model that feels familiar to frontend development without leaving the .NET ecosystem.