Метод | Описание | |
---|---|---|
GetControllerInstance ( System.Web.Routing.RequestContext requestContext, |
Constructs the controller instance needed to service the current request.
|
protected GetControllerInstance ( System.Web.Routing.RequestContext requestContext, |
||
requestContext | System.Web.Routing.RequestContext | The request context under which this method is being called. |
type | The type of the controller to create. | |
Результат | IController |