AdvantagePageTemplate..::..Render Method
Initializes the HtmlTextWriter object and calls on the child controls of the Page to render.
Namespace:
AdvantageCMS.Core.Common.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
protected void Render( HtmlTextWriter writer )
Parameters
- writer
- Type: HtmlTextWriter
The HtmlTextWriter that receives the page content.

