ServiceBasedControllerActivator 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.
A IControllerActivator that retrieves controllers as services from the request's IServiceProvider.
public ref class ServiceBasedControllerActivator : Microsoft::AspNetCore::Mvc::Controllers::IControllerActivatorpublic class ServiceBasedControllerActivator : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivatortype ServiceBasedControllerActivator = class
    interface IControllerActivatorPublic Class ServiceBasedControllerActivator
Implements IControllerActivator- Inheritance
- 
				ServiceBasedControllerActivator
- Implements
Constructors
| ServiceBasedControllerActivator() | 
Methods
| Create(ControllerContext) | Creates a controller. | 
| Release(ControllerContext, Object) | Releases a controller. |