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

Namespace:  C1.Web.UI.Controls.C1FormDecorator
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
protected override void RenderContents(
	HtmlTextWriter writer
)
Visual Basic (Declaration)
Protected Overrides Sub RenderContents ( _
	writer As HtmlTextWriter _
)

Parameters

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

See Also