CategoryPanelRender Method |
Sends server control content to a provided System.Web.UI.HtmlTextWriter object,
which writes the content to be rendered on the client.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected override void Render(
HtmlTextWriter writer
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
The System.Web.UI.HtmlTextWriter object that receives the server control content
See Also