Partager via


ControllerActionInvoker.FindAction Méthode

Définition

Recherche les informations relatives à la méthode d'action.

protected virtual System.Web.Mvc.ActionDescriptor FindAction (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ControllerDescriptor controllerDescriptor, string actionName);
abstract member FindAction : System.Web.Mvc.ControllerContext * System.Web.Mvc.ControllerDescriptor * string -> System.Web.Mvc.ActionDescriptor
override this.FindAction : System.Web.Mvc.ControllerContext * System.Web.Mvc.ControllerDescriptor * string -> System.Web.Mvc.ActionDescriptor
Protected Overridable Function FindAction (controllerContext As ControllerContext, controllerDescriptor As ControllerDescriptor, actionName As String) As ActionDescriptor

Paramètres

controllerContext
ControllerContext

Contexte du contrôleur.

controllerDescriptor
ControllerDescriptor

Descripteur du contrôleur.

actionName
String

Nom de l’action.

Retours

Informations relatives à la méthode d'action.

S’applique à