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 透過指定鍵存取集合中個別值的鍵值集合。

適用於

另請參閱