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 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.