HttpContextWrapper.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得索引鍵/值集合,可在 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
屬性值
索引鍵/值集合,藉由使用指定的索引鍵,提供對集合中個別值的存取。