次の方法で共有


PageHandlerExecutingContext.HandlerArguments プロパティ

定義

ハンドラー メソッドを呼び出すときに渡す引数を取得します。 キーはパラメーター名です。

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

プロパティ値

適用対象