AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageModule..::..Render Method

Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: HtmlTextWriter
The HtmlTextWriter object that receives the server control content.