HttpContextWrapper.Items 屬性

定義

它會取得一個鍵值集合,可用於在 HTTP 請求期間,在模組與處理器間組織與共享資料。

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

屬性值

一個透過指定鍵存取集合中個別值的鍵值集合。

適用於