IControllerFactory 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 la création et la suppression de contrôleurs.
public interface class IControllerFactory
public interface IControllerFactory
type IControllerFactory = interface
Public Interface IControllerFactory
- Dérivé
Méthodes
CreateController(ControllerContext) |
Crée un contrôleur pour le spécifié |
ReleaseController(ControllerContext, Object) |
Libère un contrôleur instance. |
ReleaseControllerAsync(ControllerContext, Object) |
Libère un contrôleur instance de façon asynchrone. |