Свойство | Тип | Описание | |
---|---|---|---|
CheckAreasWebConfigExists | System.Action | ||
RegisterEmbeddedViewEngine | System.Action |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
EnsureAreasWebConfigExists ( ) : void |
public CreateStaticResourceRoute ( System.Web.Mvc.AreaRegistrationContext context, string SubfolderName ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
SubfolderName | string | |
Результат | void |
public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
Результат | void |
public RegisterArea ( System.Web.Mvc.AreaRegistrationContext context, IApplicationBus bus ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
bus | IApplicationBus | |
Результат | void |
public RegisterAreaEmbeddedResources ( ) : void | ||
Результат | void |
public RegisterDefaultRoutes ( System.Web.Mvc.AreaRegistrationContext context ) : void | ||
context | System.Web.Mvc.AreaRegistrationContext | |
Результат | void |
public static Action,System CheckAreasWebConfigExists | ||
Результат | System.Action |