HtmlTagContext.DeleteTag method
The DeleteTag method suppresses the output of the tag that caused the callback to the HtmlTagCallback delegate from the output of the conversion.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub DeleteTag
'Usage
Dim instance As HtmlTagContext
instance.DeleteTag()
public void DeleteTag()
Remarks
The DeleteTag method suppresses output of the end tag as well. It is equivalent to passing a value of false for the keepEndTag parameter in a call to the DeleteTag method.