C# 클래스 MvcContrib.PortableAreas.PortableAreaRegistration

상속: System.Web.Mvc.AreaRegistration
파일 보기 프로젝트 열기: atomicobject/mvccontrib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckAreasWebConfigExists System.Action
RegisterEmbeddedViewEngine System.Action

공개 메소드들

메소드 설명
CreateStaticResourceRoute ( System.Web.Mvc.AreaRegistrationContext context, string SubfolderName ) : void
GetMap ( ) : PortableAreaMap
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void
RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void
RegisterAreaEmbeddedResources ( ) : void
RegisterDefaultRoutes ( System.Web.Mvc.AreaRegistrationContext context ) : void

비공개 메소드들

메소드 설명
EnsureAreasWebConfigExists ( ) : void

메소드 상세

CreateStaticResourceRoute() 공개 메소드

public CreateStaticResourceRoute ( System.Web.Mvc.AreaRegistrationContext context, string SubfolderName ) : void
context System.Web.Mvc.AreaRegistrationContext
SubfolderName string
리턴 void

GetMap() 공개 메소드

public GetMap ( ) : PortableAreaMap
리턴 PortableAreaMap

RegisterArea() 공개 메소드

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

RegisterArea() 공개 메소드

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

RegisterAreaEmbeddedResources() 공개 메소드

public RegisterAreaEmbeddedResources ( ) : void
리턴 void

RegisterDefaultRoutes() 공개 메소드

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

프로퍼티 상세

CheckAreasWebConfigExists 공개적으로 정적으로 프로퍼티

public static Action,System CheckAreasWebConfigExists
리턴 System.Action

RegisterEmbeddedViewEngine 공개적으로 정적으로 프로퍼티

public static Action,System RegisterEmbeddedViewEngine
리턴 System.Action