Save $100 with promo code CHEERS2025

As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.

See Pricing

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>