HtmlWriter.WriteEndTag Method
Include Protected Members
Include Inherited Members
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
See Also