ActionExecutingContext::ActionParameters Property

Gets or sets the action-method parameters.

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

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