AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantagePageTemplate..::..Render Method

Initializes the HtmlTextWriter object and calls on the child controls of the Page to render.

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

Syntax


protected void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: HtmlTextWriter
The HtmlTextWriter that receives the page content.