Class RobotsValidator
Inheritance
System.Object
RobotsValidator
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class RobotsValidator : Object
Constructors
RobotsValidator(String, IWebProxy)
Declaration
public RobotsValidator(string userAgent, IWebProxy proxy)
Parameters
Type |
Name |
Description |
System.String |
userAgent |
|
System.Net.IWebProxy |
proxy |
|
Methods
Clear()
Declaration
IsRequestAllowed(Uri)
Declaration
public bool IsRequestAllowed(Uri url)
Parameters
Type |
Name |
Description |
System.Uri |
url |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods