ActionExecutingContext.ActionArguments 屬性

定義

取得叫用動作時要傳遞的引數。 索引鍵是參數名稱。

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)

屬性值

適用於