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 IControllerFactory
	public interface IControllerFactory
	type IControllerFactory = interface
	Public 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.  |