Demonstration and configuration of the Radzen Blazor Markdown component.
RadzenMarkdown allows you to render Markdown content in your Blazor applications.
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>
Use the Text
property to get or set the markdown content of RadzenMarkdown.
Blazor component | Description |
---|---|
RadzenButton | |
RadzenDatePicker | |
button | |
input | |
Text @date | 09/25/2025 00:00:00 |
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT