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