Radzen Blazor Components
mode_heat

NEW: Radzen Blazor for Visual Studio

The extension brings Radzen’s rich feature set and productivity tools directly into the familiar Visual Studio 2022 environment. Connect to data, design, code seamlessly, and work faster within Visual Studio. Learn More ↗

Markdown

Demonstration and configuration of the Radzen Blazor Markdown component.

RadzenMarkdown

RadzenMarkdown allows you to render Markdown content in your Blazor applications.

Supported markdown syntax

  1. Everything from the basic syntax
  2. Tables
  3. Fenced code blocks

Features

Use markdown content right in your Blazor components - no need to create separate files. Type it directly in your .razor file:

<RadzenMarkdown>
# Hello, Blazor!
This is a **bold** text.
</RadzenMarkdown>
lightbulb
Blazor tags inside RadzenMarkdown will be processed. To avoid that you can use a multline string literal.

<RadzenMarkdown>
```
@($@"<RadzenButton Click=@@Click />
@@code {
    public void Click()
    {
        Console.WriteLine(""Button clicked"");
    }
}
```
</RadzenMarkdown>
    

Get and set the text link

Use the Text property to get or set the markdown content of RadzenMarkdown.

Hello, Blazor!

  • Try the RadzenMarkdown component.
  • Update this text

Markdown with Blazor components inside link

You can use arbitrary Blazor components within the markdown content.

Blazor componentDescription
RadzenButton
RadzenDatePicker
button
input
Text @date03/19/2025 00:00:00

Supercharge your Blazor development with Radzen

Whether you prefer a standalone environment or integration directly within Visual Studio, Radzen provides a powerful toolkit to increase development speed, reduce repetitive coding, and focus on building exceptional applications.

Pro

Radzen Blazor Studio

Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles.

Learn More
New

Radzen Blazor for Visual Studio

Radzen Blazor for Visual Studio extension streamlines Blazor development within the Visual Studio environment. The Blazor extension you need to boost productivity!

Learn More
>Radzen Blazor Studio

Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under MIT

Demos Configuration

Premium Themes

  • Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark

Free Themes

  • Material
  • Material Dark
  • Standard
  • Standard Dark
  • Default
  • Dark
  • Humanistic
  • Humanistic Dark
  • Software
  • Software Dark
An error has occurred. This app may no longer respond until reloaded. Reload 🗙