MailBee.NET Objects 4.0

Element.Attributes Property

Gets the list of all attributes of the HTML tag.

public TagAttributeCollection Attributes {get;}

Property Value

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

Element Class | MailBee.Html Namespace