ElementAttributes Property
Gets the list of all attributes of the HTML tag.

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public TagAttributeCollection Attributes { get; }

Property Value

Type: TagAttributeCollection
A reference to the collection of attributes of the HTML tag or a null reference (Nothing in Visual Basic) if TagName is a null reference (i.e. the current HTML element does not denote a tag).
See Also