Method | Description | |
---|---|---|
ServiceLocatableControllerFactory ( string serviceLocatorName = "" ) : System |
|
Method | Description | |
---|---|---|
GetControllerInstance ( System.Web.Routing.RequestContext requestContext, |
Retrieves the controller instance for the specified request context and controller type.
|
protected GetControllerInstance ( System.Web.Routing.RequestContext requestContext, |
||
requestContext | System.Web.Routing.RequestContext | The context of the HTTP request, which includes the HTTP context and route data. |
controllerType | The type of the controller. | |
return | IController |
public ServiceLocatableControllerFactory ( string serviceLocatorName = "" ) : System | ||
serviceLocatorName | string | |
return | System |