Skip to content

Html Box

The HtmlBox widget allows users to input and edit HTML content or long text within a form.

Rich Text Editor

A rich text editor is enabled by default, providing features for formatting and styling text. This rich text editing functionality can be disabled by setting the RichEditor property to false.

HTML Sanitization

To mitigate potential security risks associated with HTML input, the HtmlBox widget incorporates a built-in HTML sanitizer. This sanitizer removes potentially harmful tags and attributes from user input, enhancing the security of the application.

Toolbar

A toolbar is provided (when RichEditor is true) offering common text editing functions such as bold, italic, underline, etc. The toolbar can be hidden by setting the ShowToolbar property to false.