Class SearchKeyWordCriterionElement
Configuration element for search key word criterion
Inheritance
System.Object
SearchKeyWordCriterionElement
Namespace: EPiServer.Configuration.Personalization
Assembly: EPiServer.Configuration.dll
Version: 11.20.7Syntax
public class SearchKeyWordCriterionElement : ConfigurationElement
Constructors
SearchKeyWordCriterionElement()
Declaration
public SearchKeyWordCriterionElement()
Fields
DefaultPattern
Declaration
public const string DefaultPattern = "([#?&](amp;)?(q|p)=(?<query>[^&]+))"
Field Value
Type | Description |
---|---|
System.String |
Properties
Pattern
Gets or sets the regular expression pattern for finding search words in referrer url.
Declaration
public string Pattern { get; set; }
Property Value
Type | Description |
---|---|
System.String | The pattern. |