Click or drag to resize
ABVisitRequestHelper Class
Holds data related to the current request AB visit logging.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketing.InternalABVisitRequestHelper

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax
C#
public static class ABVisitRequestHelper

The ABVisitRequestHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberABVisitRequestEnabled
Indicates whether ABVisitRequestHelper should be used.
Public propertyStatic memberABVisitRequestTestName
Gets the test name used for ABVisit hit within current request.
Top
Remarks
This helper class is designed for output cache support in MVC. ABVisit is stored in ASP.NET session. Session creates cookie when something is stored. Set-Cookie causes that output cache response is not cached. This helper ensures that session is created within a separate request.
See Also