HttpContextBase.Items 属性

定义

在派生类中重写时,获取可用于在 HTTP 请求过程中在模块和处理程序之间组织和共享数据的键/值集合。

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

属性值

键/值集合,通过使用指定的键来提供对集合中个别值的访问。

例外

适用于