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