Class ReferrerCriterion
Criterion for visitor groups that checks the referrer
Inherited Members
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class ReferrerCriterion : UriSessionStartCriterionBase<ReferrerModel>
Constructors
ReferrerCriterion()
Declaration
public ReferrerCriterion()
Properties
SessionKey
Gets the session key.
Declaration
public override string SessionKey { get; }
Property Value
Type | Description |
---|---|
System.String | The cookie key. |
Overrides
EPiServer.Personalization.VisitorGroups.Criteria.UriSessionStartCriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.ReferrerModel>.SessionKey
Methods
GetUri(HttpContextBase)
Gets the request referrer URI from the http context.
Declaration
protected override Uri GetUri(HttpContextBase httpContext)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | The HTTP context. |
Returns
Type | Description |
---|---|
System.Uri |
Overrides
EPiServer.Personalization.VisitorGroups.Criteria.UriSessionStartCriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.ReferrerModel>.GetUri(System.Web.HttpContextBase)
IsMatch(Uri)
Determines whether the specified URi referrer match specified value.
Declaration
protected override bool IsMatch(Uri urlReferrer)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | urlReferrer | The URi referrer. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
EPiServer.Personalization.VisitorGroups.Criteria.UriSessionStartCriterionBase<EPiServer.Personalization.VisitorGroups.Criteria.ReferrerModel>.IsMatch(System.Uri)