ControllerActionInvoker.GetParameterValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the values of the action-method parameters.
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)
Parameters
- controllerContext
- ControllerContext
The controller context.
- actionDescriptor
- ActionDescriptor
The action descriptor.
Returns
The values of the action-method parameters.