C# 클래스 MyApp.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: pocket-playlab/jsonfx-v1

보호된 메소드들

메소드 설명
Application_PreRequestHandlerExecute ( object sender, System e ) : void
Application_Start ( ) : void

비공개 메소드들

메소드 설명
Page_Error ( object sender, System e ) : void
Page_PreRenderComplete ( object sender, EventArgs e ) : void
RegisterBinders ( ) : void
RegisterRoutes ( RouteCollection routes ) : void

메소드 상세

Application_PreRequestHandlerExecute() 보호된 메소드

protected Application_PreRequestHandlerExecute ( object sender, System e ) : void
sender object
e System
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void