HttpContext.Items プロパティ

定義

HTTP 要求時に IHttpModule インターフェイスと IHttpHandler インターフェイスとの間でデータを編成および共有するために使用できるキー/値のコレクションを取得します。

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

プロパティ値

IDictionary

キーの指定によるコレクションの個々の値へのアクセスを実現する IDictionary キー/値のコレクション。

適用対象

こちらもご覧ください