HtmlTextWriter.RenderBeginTag Method
.NET Framework 2.0
Writes the opening tag of a markup element to the output stream.
| Name | Description |
|---|---|
| HtmlTextWriter.RenderBeginTag (HtmlTextWriterTag) |
Writes the opening tag of the markup element associated with the specified HtmlTextWriterTag enumeration value to the output stream.
|
| HtmlTextWriter.RenderBeginTag (String) |
Writes the opening tag of the specified markup element to the output stream.
|
Community Additions
ADD
Show: