Share via


HtmlReader.TagInjectedByNormalizer Property

The TagInjectedByNormalizer property gets a value indicating whether the current tag was inserted when normalizing the HTML document.

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

Syntax

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

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

Property Value

Type: System.Boolean
The TagInjectedByNormalizer property returns true if the current tag was inserted when normalizing the HTML document; otherwise, the property returns false if the current tag is present in the HTML document.