ElementAttributes Property |
Gets the list of all attributes of the HTML tag.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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