Partager via


ServiceBasedControllerActivator Classe

Définition

IControllerActivator qui récupère les contrôleurs en tant que services à partir du 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
Héritage
ServiceBasedControllerActivator
Implémente

Constructeurs

ServiceBasedControllerActivator()

IControllerActivator qui récupère les contrôleurs en tant que services à partir du IServiceProvider.

Méthodes

Create(ControllerContext)

Crée un contrôleur.

Release(ControllerContext, Object)

Libère un contrôleur.

S’applique à