HtmlControl.Render Method
.NET Framework 3.0
Writes content to render on a client to the specified HtmlTextWriter object.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
A HtmlTextWriter that contains the output stream to render on the client.
The Render method calls the RenderBeginTag method and passes the specified HtmlTextWriter control.
Community Additions
ADD
Show: