Share via


HtmlTagContext.DeleteInnerContent Method

The DeleteInnerContent method suppresses the output of the content between the tag that caused the callback to the HtmlTagCallback delegate and its end tag.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub DeleteInnerContent
'Usage
Dim instance As HtmlTagContext

instance.DeleteInnerContent()
public void DeleteInnerContent()

Remarks

This method is ignored if either IsEndTag or IsEmptyElementTag is true.