Method | Description | |
---|---|---|
Create ( |
Creates the specified request.
|
|
ServiceLocatableHttpControllerActivator ( IServiceLocator serviceLocator ) : System |
Initializes a new instance of the ServiceLocatableHttpControllerActivator /> class.
|
|
ServiceLocatableHttpControllerActivator ( string serviceLocatorName = null ) : System |
Initializes a new instance of the ServiceLocatableHttpControllerActivator /> class.
|
public Create ( |
||
request | The request. | |
controllerDescriptor | HttpControllerDescriptor | The controller descriptor. |
controllerType | Type of the controller. | |
return | IHttpController |
public ServiceLocatableHttpControllerActivator ( IServiceLocator serviceLocator ) : System | ||
serviceLocator | IServiceLocator | The service locator. |
return | System |
public ServiceLocatableHttpControllerActivator ( string serviceLocatorName = null ) : System | ||
serviceLocatorName | string | Name of the service locator. |
return | System |