HtmlWriter.WriteTag method

The WriteTag(HtmlReader) method copies an HTML element, including attributes, to the HTML output stream.

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

Syntax

'Declaration
Public Sub WriteTag ( _
    reader As HtmlReader _
)
'Usage
Dim instance As HtmlWriter
Dim reader As HtmlReader

instance.WriteTag(reader)
public void WriteTag(
    HtmlReader reader
)

Parameters

See also

Reference

HtmlWriter class

HtmlWriter members

Microsoft.Exchange.Data.TextConverters namespace