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)

プロパティ値

適用対象