C# 클래스 Atomia.Web.Frame.MvcApplication

The MvcApplication class
상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: atomia/OrderPage

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