Html Conversion Operators |
Name | Description | |
---|---|---|
(String to Html) |
Converts the given text into a Html instance (the text will be encoded)
| |
(HtmlString to Html) |
Converts the given HtmlString instance into a Html instance.
| |
(HtmlBuilder to Html) |
Converts the given HtmlBuilder instance into a Html instance.
|