C# 클래스 AshMind.Web.Mvc.ConfiguredMvcApplicationBase

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: ashmind/neostructure

보호된 메소드들

메소드 설명
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void
DiscoverAllModules ( ContainerBuilder builder ) : void
RegisterContainer ( ) : void
RegisterFirst ( ) : void
RegisterLast ( ) : void
RegisterRoutes ( RouteCollection routes ) : void
ShouldDiscoverModulesIn ( string path ) : bool
Start ( ) : void

비공개 메소드들

메소드 설명
Restart ( ) : void

메소드 상세

Application_BeginRequest() 보호된 메소드

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

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

DiscoverAllModules() 보호된 메소드

protected DiscoverAllModules ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
리턴 void

RegisterContainer() 보호된 메소드

protected RegisterContainer ( ) : void
리턴 void

RegisterFirst() 보호된 메소드

protected RegisterFirst ( ) : void
리턴 void

RegisterLast() 보호된 메소드

protected RegisterLast ( ) : void
리턴 void

RegisterRoutes() 보호된 추상적인 메소드

protected abstract RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
리턴 void

ShouldDiscoverModulesIn() 보호된 추상적인 메소드

protected abstract ShouldDiscoverModulesIn ( string path ) : bool
path string
리턴 bool

Start() 보호된 메소드

protected Start ( ) : void
리턴 void