Method | Description | |
---|---|---|
CreateController ( System requestContext, String controllerName ) : IController |
Creates an instance of a controller for the specified name.
|
public CreateController ( System requestContext, String controllerName ) : IController | ||
requestContext | System | The current request context. |
controllerName | String | The name of the controller. |
return | IController |