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 following tables list the members exposed by the HtmlTagContext.AttributeCollection type.
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
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 ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.Generic.IEnumerable<HtmlTagContextAttribute>.GetEnumerator | The System.Collections.Generic.IEnumerable.GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection. | |
System.Collections.IEnumerable.GetEnumerator | The System.Collections.IEnumerable.GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection. |
Top