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