C# 클래스 Atomia.Web.Plugin.PublicOrder.GeneralItems.GlobalEventsHandler

Implemets Global.asax methods
상속: GlobalEventsDefaultHandler
파일 보기 프로젝트 열기: atomia/OrderPage

공개 메소드들

메소드 설명
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