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