Share via


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