SaaS CMS has officially launched! Learn more now.

Class CriterionEventArgsExtensions

Extension methods for CriterionEventArgs

Inheritance
System.Object
CriterionEventArgsExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public static class CriterionEventArgsExtensions

Methods

Gets the page link corresponding to the ICriterionEvent.PageVisited event.

Declaration
public static PageReference GetPageLink(this CriterionEventArgs args)
Parameters
Type Name Description
EPiServer.Personalization.VisitorGroups.CriterionEventArgs args

The EPiServer.Personalization.VisitorGroups.CriterionEventArgs instance containing the event data.

Returns
Type Description
PageReference