ControllerActivatorProvider Class

Definition

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.

Applies to