Click or drag to resize
ABTestContextIsFirstABRequest Property
Indicates whether this request is the first AB request for the page.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static bool IsFirstABRequest { get; set; }

Property Value

Type: Boolean
Remarks
If false, either no AB test is running on the page or the user has already visited it and has valid AB variant saved in the cookie.
See Also