IControllerFactory Interface
Defines the methods that are required for a controller factory.
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. |
|
ReleaseController | Releases the specified controller. |