HtmlTagContext Class

The HtmlTagContext class is passed to the HtmlTagCallback delegate and is used to get information about the tag that caused the callback and to filter the tag as it is written to the output.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.TextConverters.HtmlTagContext

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

Syntax

'Declaration
Public MustInherit Class HtmlTagContext
'Usage
Dim instance As HtmlTagContext
public abstract class HtmlTagContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.