HttpContextWrapper.Items 属性

定义

获取一个键/值集合,该集合可用于在 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

属性值

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

适用于