AdvantageBaseErrorPage..::..Render Method
Renders the error page to the response stream. Skipped entirely when
_byPassStaticFiles is set so the runtime returns the raw status code
without markup.
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 rendered markup.

