This documentation is archived and is not being maintained.
HtmlTextWriter::RenderBeginTag Method
Visual Studio 2008
Writes the opening tag of a markup element to the output stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RenderBeginTag(String) | Writes the opening tag of the specified markup element to the output stream. |
|
RenderBeginTag(HtmlTextWriterTag) | Writes the opening tag of the markup element associated with the specified HtmlTextWriterTag enumeration value to the output stream. |
Show: