ActionExecutingContext.ActionParameters Property
Gets or sets the action-method parameters.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overridable Property ActionParameters As IDictionary(Of String, Object)
Get
Set
public virtual IDictionary<string, Object> ActionParameters { get; set; }
public:
virtual property IDictionary<String^, Object^>^ ActionParameters {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The action-method parameters.