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 キー/値コレクション。

適用対象

こちらもご覧ください