public class HtmlElementAttributesCollection : IEnumerable
Public Class HtmlElementAttributesCollection
Implements IEnumerable
public ref class HtmlElementAttributesCollection : IEnumerable
type 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) |