Class CriterionEventArgsExtensions
Extension methods for CriterionEventArgs
Inheritance
System.Object
    CriterionEventArgsExtensions
  Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public static class CriterionEventArgsExtensions : ObjectMethods
GetPageLink(CriterionEventArgs)
Gets the page link corresponding to the ICriterionEvent.PageVisited event.
Declaration
public static PageReference GetPageLink(this CriterionEventArgs args)Parameters
| Type | Name | Description | 
|---|---|---|
| CriterionEventArgs | args | The CriterionEventArgs instance containing the event data. | 
Returns
| Type | Description | 
|---|---|
| PageReference | 
