Click or drag to resize
ContextHelper Class
Wrapper around RequestStockHelper, SessionHelper and CookieHelper to access the context values. It always uses the case sensitive keys.
Inheritance Hierarchy
SystemObject
  CMS.HelpersContextHelper

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

The ContextHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Sets the session value.
Public methodStatic memberGetItem
Returns the given session value.
Public methodStatic memberRemove
Removes the session value
Top
See Also