WebControl::RenderBeginTag Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
A HtmlTextWriter that represents the output stream to render HTML content on the client.
This is made public so other controls can render multiple controls in between the opening and closing tags of a Web server control.
.NET Framework
Available since 1.1
Available since 1.1
Show: