ElementAttributes Property |
Gets the list of all attributes of the HTML tag.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic TagAttributeCollection Attributes { get; }
Public ReadOnly Property Attributes As TagAttributeCollection
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