NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.RenderContents

Render the contents of the tag.

[Visual Basic]
Overridable Protected 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
[To be supplied.]

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace