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
Дескриптор действия.
Возвращаемое значение
Значения параметров метода действия.