IControllerActivatorProvider Interface
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.
Fournit des méthodes pour créer un contrôleur MVC.
public interface class IControllerActivatorProvider
public interface IControllerActivatorProvider
type IControllerActivatorProvider = interface
Public Interface IControllerActivatorProvider
- Dérivé
Méthodes
CreateActivator(ControllerActionDescriptor) |
Crée un Func<T,TResult> qui crée un contrôleur. |
CreateAsyncReleaser(ControllerActionDescriptor) |
Crée un Action qui libère un contrôleur. |
CreateReleaser(ControllerActionDescriptor) |
Crée un Action qui libère un contrôleur. |