IControllerActivator 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.
public interface class IControllerActivator
public interface IControllerActivator
type IControllerActivator = interface
Public Interface IControllerActivator
- Dérivé
Méthodes
Create(ControllerContext) |
Crée un contrôleur. |
Release(ControllerContext, Object) |
Libère un contrôleur. |
ReleaseAsync(ControllerContext, Object) |
Libère un contrôleur de manière asynchrone. |