HttpContextBase.Items プロパティ

定義

派生クラスでオーバーライドされると、HTTP 要求中にモジュールとハンドラーの間でデータを整理および共有するために使用できるキー/値コレクションを取得します。

public:
 virtual property System::Collections::IDictionary ^ Items { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Items { get; }
member this.Items : System.Collections.IDictionary
Public Overridable ReadOnly Property Items As IDictionary

プロパティ値

指定したキーを使用してコレクション内の個々の値へのアクセスを提供するキー/値コレクション。

例外

適用対象