ServiceBasedControllerActivator Clase

Definición

que IControllerActivator recupera los controladores como servicios de la solicitud IServiceProvider.

public ref class ServiceBasedControllerActivator : Microsoft::AspNetCore::Mvc::Controllers::IControllerActivator
public class ServiceBasedControllerActivator : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivator
type ServiceBasedControllerActivator = class
    interface IControllerActivator
Public Class ServiceBasedControllerActivator
Implements IControllerActivator
Herencia
ServiceBasedControllerActivator
Implementaciones

Constructores

ServiceBasedControllerActivator()

Métodos

Create(ControllerContext)

Crea un controlador.

Release(ControllerContext, Object)

Libera un controlador.

Se aplica a