ControllerActionInvoker.GetControllerDescriptor(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.
Récupère les informations relatives au contrôleur à l'aide du contexte du contrôleur spécifié.
protected virtual System.Web.Mvc.ControllerDescriptor GetControllerDescriptor (System.Web.Mvc.ControllerContext controllerContext);
abstract member GetControllerDescriptor : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ControllerDescriptor
override this.GetControllerDescriptor : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ControllerDescriptor
Protected Overridable Function GetControllerDescriptor (controllerContext As ControllerContext) As ControllerDescriptor
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
Retours
Informations relatives au contrôleur.