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 the end tag should be deleted.
Public propertyDeleteTag Get or set whether the tag should be deleted.
Public propertyCode exampleInvokeCallbackForEndTag Get or set whether the HtmlTagCallback should be invoked for the end tag.
Public propertyCode exampleIsEmptyElementTag Get whether the tag is an empty element.
Public propertyCode exampleIsEndTag Get whether the tag is an end tag.
Public propertySuppressInnerContent Get or set whether 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