C# Класс MettleSystems.dashCommerce.Web.Global

Наследование: System.Web.HttpApplication
Показать файл Открыть проект

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

Метод Описание
Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void

Handles the OnMigrateAnonymous event of the Profile control.

Защищенные методы

Метод Описание
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_End ( object sender, EventArgs e ) : void

Handles the End event of the Application control.

Application_Error ( object sender, EventArgs e ) : void
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() защищенный Метод

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Application_End() защищенный Метод

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

Application_Error() защищенный Метод

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Application_PreRequestHandlerExecute() защищенный Метод

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

Application_Start() защищенный Метод

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

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

Handles the OnMigrateAnonymous event of the Profile control.
public Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void
sender object The source of the event.
args System.Web.Profile.ProfileMigrateEventArgs The instance containing the event data.
Результат void