IControllerFactoryProvider 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 et libérer un contrôleur.
public interface class IControllerFactoryProvider
public interface IControllerFactoryProvider
type IControllerFactoryProvider = interface
Public Interface IControllerFactoryProvider
- Dérivé
Méthodes
CreateAsyncControllerReleaser(ControllerActionDescriptor) |
Libère un contrôleur de manière asynchrone. |
CreateControllerFactory(ControllerActionDescriptor) |
Crée une fabrique pour la production de contrôleurs pour le spécifié |
CreateControllerReleaser(ControllerActionDescriptor) |
Libère un contrôleur. |