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