ControllerActionInvoker.GetParameterValue Method (ControllerContext, ParameterDescriptor)
Gets the value of the specified action-method parameter.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract GetParameterValue : controllerContext:ControllerContext * parameterDescriptor:ParameterDescriptor -> Object override GetParameterValue : controllerContext:ControllerContext * parameterDescriptor:ParameterDescriptor -> Object
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- parameterDescriptor
-
Type:
System.Web.Mvc.ParameterDescriptor
The parameter descriptor.
Show: