Method | Description | |
---|---|---|
Init ( ISPMvcAreaRegistration areaRegistration ) : void |
Method | Description | |
---|---|---|
GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : |
Retrieves the controller type for the specified name and request context.
|
Method | Description | |
---|---|---|
AddControllersToCache ( string areaName, IEnumerable |
||
IsControllerType ( |
protected GetControllerType ( System.Web.Routing.RequestContext requestContext, string controllerName ) : |
||
requestContext | System.Web.Routing.RequestContext | The context of the HTTP request, which includes the HTTP context and route data. |
controllerName | string | The name of the controller. |
return |
public static Init ( ISPMvcAreaRegistration areaRegistration ) : void | ||
areaRegistration | ISPMvcAreaRegistration | |
return | void |