Share via


HtmlReader.AttributeReader Property

The AttributeReader property gets an attribute reader that will parse the attributes of an HTML tag.

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

Syntax

'Declaration
Public ReadOnly Property AttributeReader As HtmlAttributeReader
    Get
'Usage
Dim instance As HtmlReader
Dim value As HtmlAttributeReader

value = instance.AttributeReader
public HtmlAttributeReader AttributeReader { get; }

Property Value

Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeReader
The AttributeReader property gets an HtmlAttributeReader instance that parses the attributes of an HTML tag.