HtmlWriter class

The HtmlWriter class provides methods that allow you to easily write HTML tags, HTML attribute, and text to an output HTML document.

Inheritance hierarchy

System.Object
  Microsoft.Exchange.Data.TextConverters.HtmlWriter

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

Syntax

'Declaration
Public Class HtmlWriter
'Usage
Dim instance As HtmlWriter
public class HtmlWriter

Remarks

An HtmlWriter object that can be used to write to the results of a conversion is passed to HtmlTagCallback delegates. Note that, in addition to this use, HtmlWriter objects can be instantiated and used independent of HtmlTagCallback delegates.

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.

See also

Reference

HtmlWriter members

Microsoft.Exchange.Data.TextConverters namespace