ControllerActionInvoker.GetParameterValues Method
Gets the values of the action-method parameters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract GetParameterValues : controllerContext:ControllerContext * actionDescriptor:ActionDescriptor -> IDictionary<string, Object> override GetParameterValues : controllerContext:ControllerContext * actionDescriptor:ActionDescriptor -> IDictionary<string, Object>
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- actionDescriptor
- Type: System.Web.Mvc.ActionDescriptor
The action descriptor.
Return Value
Type: System.Collections.Generic.IDictionary(String, Object)The values of the action-method parameters.
Show: