Class: Html

html.Html

Class representing a box of HTML content. Using this element is potentially dangerous, so make sure that you fully control the content inside.

new html.Html ()

Properties:
Name Type Description
html string

The HTML code to display.

Extends