Class ExcludePattern
A pattern that will be ignored by the link validator.
Inherited Members
Namespace: EPiServer.Configuration.LinkValidator
Assembly: EPiServer.Configuration.dll
Version: 7.19.2Syntax
public class ExcludePattern : ConfigurationElementBaseConstructors
ExcludePattern()
Initializes a new instance of the ExcludePattern class.
Declaration
public ExcludePattern()Properties
Regex
A regex used to identify links that should be ignored.
Declaration
public Regex Regex { get; }Property Value
| Type | Description | 
|---|---|
| System.Text.RegularExpressions.Regex | 
RegexString
A string used to create regex to identify links that should be ignored.
Declaration
public string RegexString { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
