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

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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