Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class LinkValidator

Inheritance
System.Object
LinkValidator
Implements
Namespace: EPiServer.LinkAnalyzer.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class LinkValidator : Object, ILinkValidator

Constructors

LinkValidator(String, IWebProxy, ApplicationPathResolver)

Declaration
public LinkValidator(string userAgent, IWebProxy proxy, ApplicationPathResolver applicationPathResolver)
Parameters
Type Name Description
System.String userAgent
System.Net.IWebProxy proxy
ApplicationPathResolver applicationPathResolver

Methods

ClearCache()

Declaration
public void ClearCache()
Declaration
public LinkValidationResult ValidateHttpLink(Uri url)
Parameters
Type Name Description
System.Uri url
Returns
Type Description
LinkValidationResult

Implements

Extension Methods