Поделиться через


ControllerActionInvoker.GetParameterValues Метод

Определение

Получает значения параметров метода действия.

protected virtual System.Collections.Generic.IDictionary<string,object> GetParameterValues (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetParameterValues : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> System.Collections.Generic.IDictionary<string, obj>
override this.GetParameterValues : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> System.Collections.Generic.IDictionary<string, obj>
Protected Overridable Function GetParameterValues (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As IDictionary(Of String, Object)

Параметры

controllerContext
ControllerContext

Контекст контроллера.

actionDescriptor
ActionDescriptor

Дескриптор действия.

Возвращаемое значение

Значения параметров метода действия.

Применяется к