C# Class Atomia.Web.Plugin.PublicOrder.GeneralItems.GlobalEventsHandler

Implemets Global.asax methods
Inheritance: GlobalEventsDefaultHandler
Datei anzeigen Open project: atomia/OrderPage

Public Methods

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

Handles the BeginRequest event of the Application control.

Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void

Handles the PreRequestHandlerExecute event of the Application control.

Application_Start ( object sender, EventArgs e ) : void

Handles the Start event of the Application control.

Method Details

Application_BeginRequest() public method

Handles the BeginRequest event of the Application control.
public 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_PreRequestHandlerExecute() public method

Handles the PreRequestHandlerExecute event of the Application control.
public 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_Start() public method

Handles the Start event of the Application control.
public 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