London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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

Extension Methods