![]() | Html |
public class HtmlAttributeCollection : IEnumerable<HtmlAttribute>, IEnumerable
The HtmlAttributeCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | HtmlAttributeCollection | Initialize a new instance of the HtmlAttributeCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Get the number of attributes in the collection. |
![]() | Item | Get the HtmlAttribute at the specified index. |
Name | Description | |
---|---|---|
![]() | Contains(HtmlAttributeId) | Check if an attribute exists. |
![]() | Contains(String) | Check if an attribute exists. |
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetEnumerator | Get an enumerator for the attribute collection. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | IndexOf(HtmlAttributeId) | Get the index of a desired attribute. |
![]() | IndexOf(String) | Get the index of a desired attribute. |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
![]() | TryGetValue(HtmlAttributeId, HtmlAttribute) | Get an attribute from the collection if it exists. |
![]() | TryGetValue(String, HtmlAttribute) | Get an attribute from the collection if it exists. |