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)

abstract OnPreInit : 
        e:EventArgs -> unit  
override OnPreInit : 
        e:EventArgs -> unit

Parameters

e
Type: System.EventArgs

The event data.

Show: