Class StartUrlModel
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Model for the request url
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.Criteria
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class StartUrlModel : CriterionModelBase, ICriterionModel, IDynamicDataConstructors
StartUrlModel()
Declaration
public StartUrlModel()Properties
MatchType
Gets or sets the type of string match.
Declaration
[DojoWidget(SelectionFactoryType = typeof(EnumSelectionFactory), AdditionalOptions = "{ selectOnClick: true }")]
public MatchStringType MatchType { get; set; }Property Value
| Type | Description | 
|---|---|
| MatchStringType | The type of the match. | 
Url
Gets or sets the value to match.
Declaration
[DojoWidget(LabelTranslationKey = "/shell/cms/visitorgroups/criteria/starturl/url")]
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. | 
