ControllerActionInvoker.GetParameterValues Method
Visual Studio 2010
Gets the values of the action-method parameters.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual IDictionary<string, Object> GetParameterValues( ControllerContext controllerContext, ActionDescriptor actionDescriptor )
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.
Community Additions
ADD
Show: