ActionExecutingContext.ActionArguments Eigenschaft

Definition

Ruft die Argumente ab, die beim Aufrufen der Aktion übergeben werden sollen. Schlüssel sind Parameternamen.

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)

Eigenschaftswert

Gilt für: