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.

See also

Reference

HtmlTagContext class

HtmlTagContext members

Microsoft.Exchange.Data.TextConverters namespace