C# Class Atomia.Web.Frame.MvcApplication

The MvcApplication class
Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: atomia/OrderPage

Private Properties

Свойство Type Description
GetPluginAssembly System.Reflection.Assembly

Méthodes publiques

Méthode Description
MvcApplication ( ) : System

Initializes a new instance of the MvcApplication class.

Méthodes protégées

Méthode 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

Méthode Description
GetPluginAssembly ( GlobalEventDefaultHandler configHandler ) : Assembly

Gets the plugin assembly.

Method Details

Application_AcquireRequestState() protected méthode

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.
Résultat void

Application_AuthenticateRequest() protected méthode

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.
Résultat void

Application_AuthorizeRequest() protected méthode

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.
Résultat void

Application_BeginRequest() protected méthode

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.
Résultat void

Application_Disposed() protected méthode

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.
Résultat void

Application_End() protected méthode

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.
Résultat void

Application_EndRequest() protected méthode

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.
Résultat void

Application_Error() protected méthode

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.
Résultat void

Application_Init() protected méthode

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.
Résultat void

Application_PostRequestHandlerExecute() protected méthode

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.
Résultat void

Application_PreRequestHandlerExecute() protected méthode

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.
Résultat void

Application_PreSendContent() protected méthode

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.
Résultat void

Application_PreSendRequestHeaders() protected méthode

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.
Résultat void

Application_ReleaseRequestState() protected méthode

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.
Résultat void

Application_ResolveRequestCache() protected méthode

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.
Résultat void

Application_Start() protected méthode

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.
Résultat void

Application_UpdateRequestCache() protected méthode

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.
Résultat void

MvcApplication() public méthode

Initializes a new instance of the MvcApplication class.
public MvcApplication ( ) : System
Résultat System

Session_End() protected méthode

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.
Résultat void

Session_Start() protected méthode

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.
Résultat void