ABTestContextIsFirstABRequest Property |
Indicates whether this request is the first AB request for the page.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public static bool IsFirstABRequest { get; set; }
Property Value
Type:
BooleanRemarks 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