Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
WebControl Class
Methods
 RenderContents Method
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
WebControl.RenderContents Method

Renders the contents of the control into the specified writer. This method is used primarily by control developers.

[Visual Basic]
Protected Overridable Sub RenderContents( _
   ByVal writer As HtmlTextWriter _
)
[C#]
protected virtual void RenderContents(
 HtmlTextWriter writer
);
[C++]
protected: virtual void RenderContents(
 HtmlTextWriter* writer
);
[JScript]
protected function RenderContents(
   writer : HtmlTextWriter
);

Parameters

writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace | RenderBeginTag | RenderEndTag | System.Web.UI.HtmlTextWriter

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker