C# Класс Atomia.Web.Plugin.PublicOrder.GeneralItems.GlobalEventsHandler

Implemets Global.asax methods
Наследование: GlobalEventsDefaultHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Application_BeginRequest() публичный Метод

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.
Результат void

Application_PreRequestHandlerExecute() публичный Метод

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.
Результат void

Application_Start() публичный Метод

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.
Результат void