ViewPage.OnPreInit Method

Raises the PreInit event at the beginning of page initialization.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

protected override function OnPreInit(
	e : EventArgs
)

Parameters

e
Type: System.EventArgs

The event data.

Show: