ControllerActionInvoker.FindAction Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Выполняет поиск сведений о методе действия.
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
Параметры
- controllerContext
- ControllerContext
Контекст контроллера.
- controllerDescriptor
- ControllerDescriptor
Дескриптор контроллера.
- actionName
- String
Имя действия.
Возвращаемое значение
Сведения о методе действия.