public class HtmlElementAttributesCollection : IEnumerablePublic Class HtmlElementAttributesCollection
Implements IEnumerablepublic ref class HtmlElementAttributesCollection : IEnumerabletype HtmlElementAttributesCollection =
class
interface IEnumerable
end| HtmlElementAttributesCollection | Initializes a new instance of the HtmlElementAttributesCollection class |
| Count | Returns the number of html element attributes in collection |
| Item | Returns the HTML element attribute at the given index from collection |
| AddAttribute | Add a new HTML element attribute with the given name and value to collection |
| Clear | Removes all the elements from the attributes collection |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | Returns the collection enumerator |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |