다음을 통해 공유


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
Aa565309.pubproperty(en-us,EXCHG.80).gif Count The Count property gets the number of HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection structure.
Aa565309.pubproperty(en-us,EXCHG.80).gif Item The Item property gets the HtmlTagContextAttribute structure identified by index.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa565309.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa565309.pubmethod(en-us,EXCHG.80).gif GetEnumerator The GetEnumerator method returns an enumerator that can be used to iterate over the HtmlTagContextAttribute structures in this HtmlTagContext.AttributeCollection collection.
Aa565309.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa565309.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa565309.pubmethod(en-us,EXCHG.80).gifAa565309.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa565309.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Aa565309.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa565309.protmethod(en-us,EXCHG.80).gif 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