Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

HTML (Angular)

This guide demonstrates how to use the HTML component.

HTML Properties

Name Type Default Description
Name string ‘html’ + index suffix Unique name of the HTML component.
Content string null HTML component content.

Angular declaration

<rz-html #html0>
  <h3>Your content</h3>
</rz-html>