C# 클래스 CarbonFitness.App.Web.MvcApplication

상속: System.Web.HttpApplication, IContainerProviderAccessor
파일 보기 프로젝트 열기: yodiz/CarbonFitness

공개 메소드들

메소드 설명
Init ( ) : void
RegisterRoutes ( RouteCollection routes ) : void

보호된 메소드들

메소드 설명
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void

비공개 메소드들

메소드 설명
AutofacRegisterComponentes ( ) : void
getBootStrapper ( ) : Bootstrapper

메소드 상세

Application_BeginRequest() 보호된 메소드

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

RegisterRoutes() 공개 정적인 메소드

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
리턴 void