CompositeControl.Render Method
Assembly: System.Web (in system.web.dll)
'Declaration Protected Friend Overrides Sub Render ( _ writer As HtmlTextWriter _ ) 'Usage Dim writer As HtmlTextWriter Me.Render(writer)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Parameters
- writer
An HtmlTextWriter that represents the output stream to render HTML content on the client.
The Render method writes the rendered content of the control and its child controls to the client using the specified HtmlTextWriter. This method overrides the base implementation to ensure that all child controls in the Controls collection are created and then renders the control and its child controls using the base Control.Render and Control.RenderChildren methods.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.