Class ExcludePattern
A pattern that will be ignored by the link validator.
Inherited Members
Namespace: EPiServer.Configuration.LinkValidator
Assembly: EPiServer.Configuration.dll
Version: 11.20.7Syntax
public class ExcludePattern : ConfigurationElementBase
Constructors
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 |