AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageBaseErrorPage..::..OnPreInit Method

Raises the PreInit event. If the request is a 404 for a static file, sets _byPassStaticFiles and short-circuits before the base page's template/master-page setup runs.

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

Syntax


protected void OnPreInit(
	EventArgs e
)

Parameters

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