AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageBaseErrorPage..::..OnInit Method

Raises the Init event. Writes the HTTP status code and, for warmup requests, emits a minimal HTML stub and ends the response. For static file 404s, sets _byPassStaticFiles and skips the base initialisation.

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

Syntax


protected void OnInit(
	EventArgs e
)

Parameters

e
Type: EventArgs
The EventArgs instance supplied by the page framework.