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.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
IThreadContextItems Items { get; }

Property Value

Type: IThreadContextItems
See Also