Property | Type | Description | |
---|---|---|---|
CheckAreasWebConfigExists | System.Action | ||
RegisterEmbeddedViewEngine | System.Action |
Method | Description | |
---|---|---|
CreateStaticResourceRoute ( System.Web.Mvc.AreaRegistrationContext context, string SubfolderName ) : void | ||
GetMap ( ) : |
||
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 |
Method | Description | |
---|---|---|
EnsureAreasWebConfigExists ( ) : void |
public CreateStaticResourceRoute ( System.Web.Mvc.AreaRegistrationContext context, string SubfolderName ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
SubfolderName | string | |
return | void |
public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
return | void |
public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
bus | IApplicationBus | |
return | void |
public RegisterAreaEmbeddedResources ( ) : void | ||
return | void |
public RegisterDefaultRoutes ( System.Web.Mvc.AreaRegistrationContext context ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
return | void |
public static Action,System CheckAreasWebConfigExists | ||
return | System.Action |