Renders the control to the specified HTML writer.

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

Syntax

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

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter
The HtmlTextWriter object that receives the control content.

See Also