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 键/值集合,它通过指定的键提供对集合中单个值的访问。

适用于

另请参阅