ActionExecutingContext.ActionParameters Property

Gets or sets the action-method parameters.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Overridable Property ActionParameters As IDictionary(Of String, Object)
	Get 
	Set
'Usage
Dim instance As ActionExecutingContext 
Dim value As IDictionary(Of String, Object)

value = instance.ActionParameters

instance.ActionParameters = value

Property Value

Type: System.Collections.Generic.IDictionary(Of String, Object)
The action-method parameters.
Show: