ServiceBasedControllerActivator Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |