Click or drag to resize
IHttpContextItems Property
Gets a key/value collection that can be used to organize and share data during an HTTP request.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
IDictionary Items { get; }

Property Value

Type: IDictionary
See Also