IControllerFactory Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for creation and disposal of controllers.
public interface class IControllerFactorypublic interface IControllerFactorytype IControllerFactory = interfacePublic Interface IControllerFactory- Derived
Methods
| CreateController(ControllerContext) | Creates a new controller for the specified  | 
| ReleaseController(ControllerContext, Object) | Releases a controller instance. | 
| ReleaseControllerAsync(ControllerContext, Object) | Releases a controller instance asynchronously. |