WebControl.RenderBeginTag Method
.NET Framework 3.0
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void RenderBeginTag ( HtmlTextWriter writer )
public function RenderBeginTag ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Community Additions
ADD
Show: