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
public void DeleteTag ()
public:
void DeleteTag ()
public void DeleteTag ()
public function 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003