C# Класс Atomia.Web.Frame.MvcApplication

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

Private Properties

Свойство Тип Описание
GetPluginAssembly System.Reflection.Assembly

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

Метод Описание
MvcApplication ( ) : System

Initializes a new instance of the MvcApplication class.

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

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

Приватные методы

Метод Описание
GetPluginAssembly ( GlobalEventDefaultHandler configHandler ) : Assembly

Gets the plugin assembly.

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

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

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

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

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

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

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

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

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

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

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.
Результат 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_EndRequest() защищенный Метод

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

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

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

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

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

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

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.
Результат 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_PreSendContent() защищенный Метод

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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the MvcApplication class.
public MvcApplication ( ) : System
Результат System

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

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

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

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