C# 클래스 Brnkly.Raven.Admin.BrnklyRavenAreaRegistration

상속: System.Web.Mvc.AreaRegistration
파일 보기 프로젝트 열기: brnkly/brnkly

공개 메소드들

메소드 설명
ConfigureAutoMapper ( ) : void
RegisterApiRoutes ( ) : void
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void
RegisterBundles ( ) : void
RegisterMvcRoutes ( System.Web.Mvc.AreaRegistrationContext context ) : void

메소드 상세

ConfigureAutoMapper() 공개 메소드

public ConfigureAutoMapper ( ) : void
리턴 void

RegisterApiRoutes() 공개 메소드

public RegisterApiRoutes ( ) : void
리턴 void

RegisterArea() 공개 메소드

public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void
context System.Web.Mvc.AreaRegistrationContext
리턴 void

RegisterBundles() 공개 메소드

public RegisterBundles ( ) : void
리턴 void

RegisterMvcRoutes() 공개 메소드

public RegisterMvcRoutes ( System.Web.Mvc.AreaRegistrationContext context ) : void
context System.Web.Mvc.AreaRegistrationContext
리턴 void