public class HTMLPublic Class HTML| HTML | Initializes a new instance of the HTML class |
| Division | Generates a division or section tag. |
| DivisionEnd | Generates the end division or section tag. |
| DivisionStart | Generates a division or section start tag. |
| FontBold | Generates a bold tag. |
| FontItalic | Generates a cursive tag. |
| FontStrikethrough | Generates a strikethrough tag. |
| FontSubscript | Generates a subscript tag. |
| FontSuperscript | Generates a superscript tag. |
| FontUnderline | Generates a underlining tag. |
| Heading | Generates a header text tag. |
| HeadingEnd | Generates a end of paragraph tag. |
| HeadingStart | Generates a beginning of paragraph tag. |
| HtmlContent | Generates a tag for HTML content. |
| HtmlEnd | Generates HTML end tag. |
| HtmlStart | Generates HTML start tag. |
| Hyperlink | Generates a Hyperlink tag. |
| HyperlinkAliquo | Generates a Aliquo Protocol Hyperlink Tag. |
| IsLink | Check if URL exists. |
| KeepSpaces | Allows you to keep all text spaces by converting text spaces into html spaces. |
| LineBreak | Generates a line break. |
| LineHorizontal | Generates a horizontal line. |
| ListEnd | Generates a end list tag. |
| ListItem | Generates a list item tag. |
| ListStart | Generates a start list tag. |
| Paragraph | Generates a paragraph tag. |
| ParagraphEnd | Generates a end of paragraph tag. |
| ParagraphStart | Generates a beginning of paragraph tag. |
| Space | Generates a space text. |
| Spaces | Generate a string with X spaces. |
| Style | Compose and returns a style (e.g. "font-family:Segoe UI; font-size:12;"). |
| StyleAttribute | Compose and returns the style attribute (e.g. style="font-family:Segoe UI; font-size:12;"). |
| StyleBodyByDefault | Default style for the body. |
| TableColumn | Generates a table column tag. |
| TableColumnEnd | Generates a table column end tag. |
| TableColumnHeader | Generates a column header tag. |
| TableColumnHeaderEnd | Generates a column header end tag. |
| TableColumnHeaderStart | Generates a start column header tag. |
| TableColumnStart | Generates a table column start tag. |
| TableEnd | Generates a table end tag. |
| TableRowEnd | Generates a end of row tag |
| TableRowStart | Generates a start of row tag. |
| TableStart | Generates a table start tag. |
| ToText | Convert HTML to text. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |