SaaS CMS has officially launched! Learn more now.

Class StartUrlModel

Model for the request url

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

Constructors

StartUrlModel()

Declaration
public StartUrlModel()

Properties

MatchType

Gets or sets the type of string match.

Declaration
[CriterionPropertyEditor]
public MatchStringType MatchType { get; set; }
Property Value
Type Description
MatchStringType

The type of the match.

Url

Gets or sets the value to match.

Declaration
[CriterionPropertyEditor(LabelTranslationKey = "/shell/cms/visitorgroups/criteria/starturl/url", Order = 2)]
public string Url { get; set; }
Property Value
Type Description
System.String

The match 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