ControllerActivatorProvider 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.
Provides methods to create an MVC controller.
public ref class ControllerActivatorProvider : Microsoft::AspNetCore::Mvc::Controllers::IControllerActivatorProvider
public class ControllerActivatorProvider : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivatorProvider
type ControllerActivatorProvider = class
interface IControllerActivatorProvider
Public Class ControllerActivatorProvider
Implements IControllerActivatorProvider
- Inheritance
-
ControllerActivatorProvider
- Implements
Constructors
ControllerActivatorProvider(IControllerActivator) |
Initializes a new instance of ControllerActivatorProvider. |
Methods
CreateActivator(ControllerActionDescriptor) |
Creates a Func<T,TResult> that creates a controller. |
CreateAsyncReleaser(ControllerActionDescriptor) |
Creates an Action that releases a controller. |
CreateReleaser(ControllerActionDescriptor) |
Creates an Action that releases a controller. |