Share via


HtmlTagContext.DeleteTag Method

Include Protected Members
Include Inherited Members

The DeleteTag method overloads suppress the output of the tag that caused the callback to the HtmlTagCallback delegate.

Overload List

  Name Description
Public method DeleteTag() The DeleteTag method suppresses the output of the tag that caused the callback to the HtmlTagCallback delegate from the output of the conversion.
Public method DeleteTag(Boolean) The DeleteTag method suppresses the output of the tag that caused the callback to the HtmlTagCallback delegate from the output of the conversion and allows you to control whether output of the end tag is also suppressed.

Top