IControllerFactoryProvider 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 to create and release a controller.
public interface class IControllerFactoryProviderpublic interface IControllerFactoryProvidertype IControllerFactoryProvider = interfacePublic Interface IControllerFactoryProvider- Derived
Methods
| CreateAsyncControllerReleaser(ControllerActionDescriptor) | Releases a controller asynchronously. | 
| CreateControllerFactory(ControllerActionDescriptor) | Creates a factory for producing controllers for the specified  | 
| CreateControllerReleaser(ControllerActionDescriptor) | Releases a controller. |