Click or drag to resize
CMSAbstractEditableControlRender Method
Renders the control to the specified HTML writer.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter object that receives the control content.
See Also