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