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 RobotsEntry

Inheritance
System.Object
RobotsEntry
Namespace: EPiServer.LinkAnalyzer.Robots.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 12.0.3
Syntax
public class RobotsEntry : Object

Constructors

RobotsEntry()

Declaration
public RobotsEntry()

Methods

AddDirectiveEntry(String)

Declaration
public void AddDirectiveEntry(string directiveLine)
Parameters
Type Name Description
System.String directiveLine

IsAllowed(Uri)

Declaration
public bool IsAllowed(Uri url)
Parameters
Type Name Description
System.Uri url
Returns
Type Description
System.Boolean

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Extension Methods