HtmlTagContext.WriteTag method
The WriteTag method writes the tag that caused the callback to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteTag
'Usage
Dim instance As HtmlTagContext
instance.WriteTag()
public void WriteTag()
Remarks
The WriteTag method calls WriteTag and passes the value false. In other words, the HtmlTagContext method does not write the tag's attributes.