C# Class Atomia.Web.Frame.MvcApplication

The MvcApplication class
Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: atomia/OrderPage

Private Properties

Property Type Description
GetPluginAssembly System.Reflection.Assembly

Public Methods

Method Description
MvcApplication ( ) : System

Initializes a new instance of the MvcApplication class.

Protected Methods

Method Description
Application_AcquireRequestState ( object sender, EventArgs e ) : void

Handles the AcquireRequestState event of the Application control.

Application_AuthenticateRequest ( object sender, EventArgs e ) : void

Handles the AuthenticateRequest event of the Application control.

Application_AuthorizeRequest ( object sender, EventArgs e ) : void

Handles the AuthorizeRequest event of the Application control.

Application_BeginRequest ( object sender, EventArgs e ) : void

Handles the BeginRequest event of the Application control.

Application_Disposed ( object sender, EventArgs e ) : void

Handles the Disposed event of the Application control.

Application_End ( object sender, EventArgs e ) : void

Handles the End event of the Application control.

Application_EndRequest ( object sender, EventArgs e ) : void

Handles the EndRequest event of the Application control.

Application_Error ( object sender, EventArgs e ) : void

Handles the Error event of the Application control.

Application_Init ( object sender, EventArgs e ) : void

Handles the Init event of the Application control.

Application_PostRequestHandlerExecute ( object sender, EventArgs e ) : void

Handles the PostRequestHandlerExecute event of the Application control.

Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void

Handles the PreRequestHandlerExecute event of the Application control.

Application_PreSendContent ( object sender, EventArgs e ) : void

Handles the PreSendContent event of the Application control.

Application_PreSendRequestHeaders ( object sender, EventArgs e ) : void

Handles the PreSendRequestHeaders event of the Application control.

Application_ReleaseRequestState ( object sender, EventArgs e ) : void

Handles the ReleaseRequestState event of the Application control.

Application_ResolveRequestCache ( object sender, EventArgs e ) : void

Handles the ResolveRequestCache event of the Application control.

Application_Start ( object sender, EventArgs e ) : void

Handles the Start event of the Application control.

Application_UpdateRequestCache ( object sender, EventArgs e ) : void

Handles the UpdateRequestCache event of the Application control.

Session_End ( object sender, EventArgs e ) : void

Handles the End event of the Session control.

Session_Start ( object sender, EventArgs e ) : void

Handles the Start event of the Session control.

Private Methods

Method Description
GetPluginAssembly ( GlobalEventDefaultHandler configHandler ) : Assembly

Gets the plugin assembly.

Method Details

Application_AcquireRequestState() protected method

Handles the AcquireRequestState event of the Application control.
protected Application_AcquireRequestState ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_AuthenticateRequest() protected method

Handles the AuthenticateRequest event of the Application control.
protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_AuthorizeRequest() protected method

Handles the AuthorizeRequest event of the Application control.
protected Application_AuthorizeRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_BeginRequest() protected method

Handles the BeginRequest event of the Application control.
protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_Disposed() protected method

Handles the Disposed event of the Application control.
protected Application_Disposed ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_End() protected method

Handles the End event of the Application control.
protected Application_End ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_EndRequest() protected method

Handles the EndRequest event of the Application control.
protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_Error() protected method

Handles the Error event of the Application control.
protected Application_Error ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_Init() protected method

Handles the Init event of the Application control.
protected Application_Init ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_PostRequestHandlerExecute() protected method

Handles the PostRequestHandlerExecute event of the Application control.
protected Application_PostRequestHandlerExecute ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_PreRequestHandlerExecute() protected method

Handles the PreRequestHandlerExecute event of the Application control.
protected Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_PreSendContent() protected method

Handles the PreSendContent event of the Application control.
protected Application_PreSendContent ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_PreSendRequestHeaders() protected method

Handles the PreSendRequestHeaders event of the Application control.
protected Application_PreSendRequestHeaders ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_ReleaseRequestState() protected method

Handles the ReleaseRequestState event of the Application control.
protected Application_ReleaseRequestState ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_ResolveRequestCache() protected method

Handles the ResolveRequestCache event of the Application control.
protected Application_ResolveRequestCache ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_Start() protected method

Handles the Start event of the Application control.
protected Application_Start ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_UpdateRequestCache() protected method

Handles the UpdateRequestCache event of the Application control.
protected Application_UpdateRequestCache ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

MvcApplication() public method

Initializes a new instance of the MvcApplication class.
public MvcApplication ( ) : System
return System

Session_End() protected method

Handles the End event of the Session control.
protected Session_End ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Session_Start() protected method

Handles the Start event of the Session control.
protected Session_Start ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void