HtmlTagContext.AttributeCollection members
The HtmlTagContext.AttributeCollection structure is a collection of HtmlTagContextAttribute structures that represent the attributes of the HTML tag that caused the callback to the HtmlTagCallback delegate.
The HtmlTagContext.AttributeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | The Count property gets the number of HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection structure. | |
Item | The Item property gets the HtmlTagContextAttribute structure identified by index. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | The GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection. |
Top