Share via


HtmlTagContext.Attributes Property

The Attributes property contains a collection of the attributes contained in the tag that caused the callback to the HtmlTagCallback delegate.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As HtmlTagContext.AttributeCollection
    Get
'Usage
Dim instance As HtmlTagContext
Dim value As HtmlTagContext.AttributeCollection

value = instance.Attributes
public HtmlTagContext.AttributeCollection Attributes { get; }