IControllerActivator.Create(ControllerContext) Méthode
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.
Crée un contrôleur.
public:
System::Object ^ Create(Microsoft::AspNetCore::Mvc::ControllerContext ^ context);
public object Create (Microsoft.AspNetCore.Mvc.ControllerContext context);
abstract member Create : Microsoft.AspNetCore.Mvc.ControllerContext -> obj
Public Function Create (context As ControllerContext) As Object
Paramètres
- context
- ControllerContext
pour ControllerContext l’action en cours d’exécution.