HtmlReader.TagId property
The TagId property gets the identifier for the current HTML tag.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TagId As HtmlTagId
Get
'Usage
Dim instance As HtmlReader
Dim value As HtmlTagId
value = instance.TagId
public HtmlTagId TagId { get; }
Property value
Type: Microsoft.Exchange.Data.TextConverters.HtmlTagId
The TagId property returns one of the HtmlTagId enumeration values indicating the identifier of the current tag, or return Unknown if the current tag cannot be identified.