HtmlWriter.WriteEndTag method
The WriteEndTag method overloads write end tags to the output.
Overload list
Name | Description | |
---|---|---|
WriteEndTag(String) | The WriteEndTag method writes an end tag to the output. | |
WriteEndTag(HtmlTagId) | The WriteEndTag method writes the end tag identified by id to the output. |
Top