Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.