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 索引鍵/值集合,根據指定的索引鍵提供對集合中個別值的存取。

適用於

另請參閱