IControllerFactory Interface
Defines the methods that are required for a controller factory.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
| CreateController(RequestContext, String) | Creates the specified controller by using the specified request context. | |
| GetControllerSessionBehavior(RequestContext, String) | Gets the controller's session behavior. | |
| ReleaseController(IController) | Releases the specified controller. |
Show: