Partager via


ControllerActionInvoker.GetControllerDescriptor(ControllerContext) Méthode

Définition

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.

S’applique à