Returns all attributes with the specified name and contained in the current HTML element.
A reference to the collection of attrName attributes of the current HTML element.
Usually the returned collection will contain 1 or 0 attributes. It's uncommon for an HTML tag to contain multiple attributes with the same name.
| Exception Type | Condition |
|---|---|
| MailBeeInvalidArgumentException | attrName is a null reference (Nothing in Visual Basic). |
Element Class | MailBee.Html Namespace