ActionExecutingContext.ActionArguments Property

Definition

Gets the arguments to pass when invoking the action. Keys are parameter names.

public:
 virtual property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ ActionArguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public virtual System.Collections.Generic.IDictionary<string,object> ActionArguments { get; }
public virtual System.Collections.Generic.IDictionary<string,object?> ActionArguments { get; }
member this.ActionArguments : System.Collections.Generic.IDictionary<string, obj>
Public Overridable ReadOnly Property ActionArguments As IDictionary(Of String, Object)

Property Value

Applies to