DefaultControllerFactory Class  
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.
Default implementation for IControllerFactory.
public ref class DefaultControllerFactory : Microsoft::AspNetCore::Mvc::Controllers::IControllerFactorypublic class DefaultControllerFactory : Microsoft.AspNetCore.Mvc.Controllers.IControllerFactorytype DefaultControllerFactory = class
    interface IControllerFactoryPublic Class DefaultControllerFactory
Implements IControllerFactory- Inheritance
- 
				DefaultControllerFactory
- Implements
Constructors
| DefaultControllerFactory(IControllerActivator, IEnumerable<IControllerPropertyActivator>) | Initializes a new instance of DefaultControllerFactory. | 
Properties
| ControllerActivator | The IControllerActivator used to create a controller. | 
Methods
| CreateController(ControllerContext) | Creates a new controller for the specified  | 
| ReleaseController(ControllerContext, Object) | Releases a controller instance. |