Click or drag to resize
MimeKit

HtmlTagContext Properties

The HtmlTagContext type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAttributes Get the HTML tag attributes.
Public propertyDeleteEndTag Get or set whether or not the end tag should be deleted.
Public propertyDeleteTag Get or set whether or not the tag should be deleted.
Public propertyCode exampleInvokeCallbackForEndTag Get or set whether or not the HtmlTagCallback should be invoked for the end tag.
Public propertyCode exampleIsEmptyElementTag Get whether or not the tag is an empty element.
Public propertyCode exampleIsEndTag Get whether or not the tag is an end tag.
Public propertySuppressInnerContent Get or set whether or not the inner content of the tag should be suppressed.
Public propertyCode exampleTagId Get the HTML tag identifier.
Public propertyCode exampleTagName Get the HTML tag name.
Top
See Also