Share via


HtmlTagContext.DeleteTag Method

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

Overload List

Name Description
HtmlTagContext.DeleteTag ()
The DeleteTag method suppresses the output of the tag that caused the callback to the HtmlTagCallback delegate from the output of the conversion.
HtmlTagContext.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.