Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the values of the action-method parameters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Function GetParameterValues ( _
controllerContext As ControllerContext, _
actionDescriptor As ActionDescriptor _
) As IDictionary(Of String, Object)
protected virtual IDictionary<string, Object> GetParameterValues(
ControllerContext controllerContext,
ActionDescriptor actionDescriptor
)
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.