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
reader
Type: Microsoft.Exchange.Data.TextConverters.HtmlReaderThe [Microsoft.Exchange.Data.TextConverters.HtmlReader] object that contains the element to write to the HTML output stream.