Property | Type | Description | |
---|---|---|---|
GetPluginAssembly |
Method | Description | |
---|---|---|
MvcApplication ( ) : System |
Initializes a new instance of the MvcApplication class.
|
Method | Description | |
---|---|---|
Application_AcquireRequestState ( object sender, |
Handles the AcquireRequestState event of the Application control.
|
|
Application_AuthenticateRequest ( object sender, |
Handles the AuthenticateRequest event of the Application control.
|
|
Application_AuthorizeRequest ( object sender, |
Handles the AuthorizeRequest event of the Application control.
|
|
Application_BeginRequest ( object sender, |
Handles the BeginRequest event of the Application control.
|
|
Application_Disposed ( object sender, |
Handles the Disposed event of the Application control.
|
|
Application_End ( object sender, |
Handles the End event of the Application control.
|
|
Application_EndRequest ( object sender, |
Handles the EndRequest event of the Application control.
|
|
Application_Error ( object sender, |
Handles the Error event of the Application control.
|
|
Application_Init ( object sender, |
Handles the Init event of the Application control.
|
|
Application_PostRequestHandlerExecute ( object sender, |
Handles the PostRequestHandlerExecute event of the Application control.
|
|
Application_PreRequestHandlerExecute ( object sender, |
Handles the PreRequestHandlerExecute event of the Application control.
|
|
Application_PreSendContent ( object sender, |
Handles the PreSendContent event of the Application control.
|
|
Application_PreSendRequestHeaders ( object sender, |
Handles the PreSendRequestHeaders event of the Application control.
|
|
Application_ReleaseRequestState ( object sender, |
Handles the ReleaseRequestState event of the Application control.
|
|
Application_ResolveRequestCache ( object sender, |
Handles the ResolveRequestCache event of the Application control.
|
|
Application_Start ( object sender, |
Handles the Start event of the Application control.
|
|
Application_UpdateRequestCache ( object sender, |
Handles the UpdateRequestCache event of the Application control.
|
|
Session_End ( object sender, |
Handles the End event of the Session control.
|
|
Session_Start ( object sender, |
Handles the Start event of the Session control.
|
Method | Description | |
---|---|---|
GetPluginAssembly ( GlobalEventDefaultHandler configHandler ) : |
Gets the plugin assembly.
|
protected Application_AcquireRequestState ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_AuthenticateRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_AuthorizeRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_BeginRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Disposed ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_End ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_EndRequest ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Error ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Init ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_PostRequestHandlerExecute ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_PreRequestHandlerExecute ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_PreSendContent ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_PreSendRequestHeaders ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_ReleaseRequestState ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_ResolveRequestCache ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Start ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_UpdateRequestCache ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Session_End ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Session_Start ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |