ActionExecutingContext.ActionParameters Property

Gets or sets the action-method parameters.

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

abstract ActionParameters : IDictionary<string, Object> with get, set 
override ActionParameters : IDictionary<string, Object> with get, set

Property Value

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