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