Click or drag to resize
MimeKit

HtmlAttributeCollection Methods

The HtmlAttributeCollection type exposes the following members.

Methods
 NameDescription
Public methodContains(HtmlAttributeId) Check if an attribute exists.
Public methodContains(String) Check if an attribute exists.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Get an enumerator for the attribute collection.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodIndexOf(HtmlAttributeId) Get the index of a desired attribute.
Public methodIndexOf(String) Get the index of a desired attribute.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Public methodTryGetValue(HtmlAttributeId, HtmlAttribute) Get an attribute from the collection if it exists.
Public methodTryGetValue(String, HtmlAttribute) Get an attribute from the collection if it exists.
Top
See Also