Class LinkValidatorOptions
Inheritance
System.Object
LinkValidatorOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7
Syntax
[Options]
public class LinkValidatorOptions
Constructors
LinkValidatorOptions()
Declaration
public LinkValidatorOptions()
Properties
ExcludePatterns
Declaration
public IList<string> ExcludePatterns { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
ExternalLinkErrorThreshold
Declaration
public int ExternalLinkErrorThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExternalLinkMinimumRequestInterval
Declaration
public TimeSpan ExternalLinkMinimumRequestInterval { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
InternalLinkValidation
Declaration
public ValidationType InternalLinkValidation { get; set; }
Property Value
MaximumRunTime
Declaration
public TimeSpan MaximumRunTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
ProxyAddress
Declaration
public Uri ProxyAddress { get; set; }
Property Value
Type |
Description |
System.Uri |
|
ProxyDomain
Declaration
public string ProxyDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
ProxyPassword
Declaration
public string ProxyPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
ProxyUser
Declaration
public string ProxyUser { get; set; }
Property Value
Type |
Description |
System.String |
|
RecheckInterval
Declaration
public TimeSpan RecheckInterval { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods