Méthode | Description | |
---|---|---|
CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController |
Creates the specified controller by using the specified request context.
|
|
MasterControllerFactory ( IEnumerable |
||
RegisterFactory ( IFilteredControllerFactory slaveFactory ) : void |
Registers the factory.
|
|
ReleaseController ( IController controller ) : void |
Releases the specified controller.
|
Méthode | Description | |
---|---|---|
MasterControllerFactory ( ) : System |
public CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController | ||
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. |
Résultat | IController |
protected MasterControllerFactory ( ) : System | ||
Résultat | System |
public MasterControllerFactory ( IEnumerable |
||
controllerFactories | IEnumerable |
|
Résultat | System |
public RegisterFactory ( IFilteredControllerFactory slaveFactory ) : void | ||
slaveFactory | IFilteredControllerFactory | The slave factory. |
Résultat | void |
public ReleaseController ( IController controller ) : void | ||
controller | IController | The controller to release. |
Résultat | void |