Share via


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
Public property Count The Count property gets the number of HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection structure.
Public property Item The Item property gets the HtmlTagContextAttribute structure identified by index.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator The GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection.
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<HtmlTagContextAttribute>.GetEnumerator
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top