Render Method (HtmlTextWriter)
.NET Framework Class Library
Page..::.Render Method (HtmlTextWriter)

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)
Visual Basic (Declaration)
Protected Friend Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
Visual Basic (Usage)
Dim writer As HtmlTextWriter

Me.Render(writer)
C#
protected internal override void Render(
    HtmlTextWriter writer
)
Visual C++
protected public:
virtual void Render(
    HtmlTextWriter^ writer
) override
JScript
protected internal override function Render(
    writer : HtmlTextWriter
)

Parameters

writer
Type: System.Web.UI..::.HtmlTextWriter
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.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker