Click or drag to resize
ExtendedTextAreaRender Method
Renders the ExtendedTextArea control to the specified HtmlTextWriter object.

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

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter that receives the rendered output
See Also