Html |
The HtmlAttributeCollection type exposes the following members.
| 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. |