C# Class MvcContrib.PortableAreas.PortableAreaRegistration

Inheritance: System.Web.Mvc.AreaRegistration
Exibir arquivo Open project: atomicobject/mvccontrib Class Usage Examples

Public Properties

Property Type Description
CheckAreasWebConfigExists System.Action
RegisterEmbeddedViewEngine System.Action

Public Methods

Method Description
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

Private Methods

Method Description
EnsureAreasWebConfigExists ( ) : void

Method Details

CreateStaticResourceRoute() public method

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

GetMap() public method

public GetMap ( ) : PortableAreaMap
return PortableAreaMap

RegisterArea() public method

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

RegisterArea() public method

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

RegisterAreaEmbeddedResources() public method

public RegisterAreaEmbeddedResources ( ) : void
return void

RegisterDefaultRoutes() public method

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

Property Details

CheckAreasWebConfigExists public_oe static_oe property

public static Action,System CheckAreasWebConfigExists
return System.Action

RegisterEmbeddedViewEngine public_oe static_oe property

public static Action,System RegisterEmbeddedViewEngine
return System.Action