Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ReferrerModel

Model for referrer

Inheritance
System.Object
ReferrerModel
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class ReferrerModel : CriterionModelBase, ICriterionModel, IDynamicData

Constructors

ReferrerModel()

Declaration
public ReferrerModel()

Properties

ReferrerType

Gets or sets the referrer type.

Declaration
[CriterionPropertyEditor(Order = 1, SelectionFactoryType = null)]
public ReferrerType ReferrerType { get; set; }
Property Value
Type Description
ReferrerType

The referrer type.

StringMatchType

Gets or sets the type to match.

Declaration
[CriterionPropertyEditor(Order = 2, SelectionFactoryType = null)]
public MatchStringType StringMatchType { get; set; }
Property Value
Type Description
MatchStringType

The type of the match.

Value

Gets or sets the value.

Declaration
[CriterionPropertyEditor(Order = 3)]
public string Value { get; set; }
Property Value
Type Description
System.String

The value.

Methods

Copy()

Creates a new object that is a copy of the current instance.

Declaration
public override ICriterionModel Copy()
Returns
Type Description
ICriterionModel

A new object that is a copy of this instance.

Overrides

Implements

Extension Methods