Share via


HtmlReader.TagNameIsLong property

The TagNameIsLong property gets a value that indicates whether the current HTML tag is extremely long.

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

Syntax

'Declaration
Public ReadOnly Property TagNameIsLong As Boolean
    Get
'Usage
Dim instance As HtmlReader
Dim value As Boolean

value = instance.TagNameIsLong
public bool TagNameIsLong { get; }

Property value

Type: System.Boolean
The TagNameIsLong property returns true if the current tag name is extremely long; otherwise, the property returns false.

See also

Reference

HtmlReader class

HtmlReader members

Microsoft.Exchange.Data.TextConverters namespace