Html |
The HtmlTagContext type exposes the following members.
Name | Description | |
---|---|---|
Attributes | Get the HTML tag attributes. | |
DeleteEndTag | Get or set whether or not the end tag should be deleted. | |
DeleteTag | Get or set whether or not the tag should be deleted. | |
InvokeCallbackForEndTag | Get or set whether or not the HtmlTagCallback should be invoked for the end tag. | |
IsEmptyElementTag | Get whether or not the tag is an empty element. | |
IsEndTag | Get whether or not the tag is an end tag. | |
SuppressInnerContent | Get or set whether or not the inner content of the tag should be suppressed. | |
TagId | Get the HTML tag identifier. | |
TagName | Get the HTML tag name. |