Page.Render Method
.NET Framework 3.0
Initializes the HtmlTextWriter object and calls on the child controls of the Page to render.
Namespace: System.Web.UI
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
The HtmlTextWriter that receives the page content.
The Render method is responsible for creating the text and markup that is sent to the client browser. The default Render method calls RenderChildren to write the text and markup for the controls contained on the page.
Community Additions
ADD
Show: