HtmlTagContext Properties

Include Protected Members
Include Inherited Members

The HtmlTagContext type exposes the following members.

Properties

  Name Description
Public property Attributes The Attributes property contains a collection of the attributes contained in the tag that caused the callback to the HtmlTagCallback delegate.
Public property IsEmptyElementTag The IsEmptyElementTag property gets a Boolean value indicating whether the tag that caused the callback to the HtmlTagCallback delegate is an empty element tag.
Public property IsEndTag The IsEndTag property gets a Boolean value indicating whether the tag that caused the callback to the HtmlTagCallback delegate is an end tag.
Public property TagId The TagId property gets a HtmlTagId enumeration value that identifies the tag that caused the callback to the HtmlTagCallback delegate.
Public property TagName The TagName property gets a string containing the name of the tag that caused the callback to the HtmlTagCallback delegate.

Top