HttpContext.Items 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个键/值集合,该集合可用于在 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 键/值集合,它通过指定的键提供对集合中单个值的访问。