HtmlTagContext.AttributeCollection Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | The GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection. |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable<HtmlTagContextAttribute>.GetEnumerator | |
![]() ![]() |
IEnumerable.GetEnumerator |
Top