HtmlTagWithOffsets Members
Include Protected Members
Include Inherited Members
Extends the basic HtmlTag by tracking the beginning and ending tag offsets within the HTML document.
The HtmlTagWithOffsets type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the HtmlTagWithOffsets class.
Top
Methods
Name
Description
Adds an attribute to the HtmlTag collection. (Inherited from HtmlTag.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets the value of a specified attribute. (Inherited from HtmlTag.)
Gets the value of a specified attribute in string format. (Inherited from HtmlTag.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets a collection of attributes associated with the HTML tag. (Inherited from HtmlTag.)
Gets or set the offset for an open bracket of HtmlTag within a HTML document.
Gets or set the offset for an HtmlTag close bracket within a HTML document.
Gets or sets the name of the tag. (Inherited from HtmlTag.)
Top