SaaS CMS has officially launched! Learn more now.

Class ExcludePattern

A pattern that will be ignored by the link validator.

Inheritance
System.Object
ExcludePattern
Namespace: EPiServer.Configuration.LinkValidator
Assembly: EPiServer.Configuration.dll
Version: 7.19.2
Syntax
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