Click or drag to resize
RequestItems Class
Inserts items into HttpContext.Current.Items.
Inheritance Hierarchy
SystemObject
  CMS.BaseRequestItems

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static class RequestItems

The RequestItems type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentItems
Gets the current items.
Public propertyStatic memberReadOnlyCurrentItems
Gets the current items or null if they don't exist
Top
Methods
  NameDescription
Public methodStatic memberClear
Remove items which start with selected name.
Top
See Also