ActionExecutingContext.ActionParameters Property

Gets or sets the action-method parameters.

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

function get ActionParameters () : IDictionary<String, Object>
function set ActionParameters (value : IDictionary<String, Object>)

Property Value

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