Class RobotsEntry

Inheritance
System.Object
RobotsEntry
Inherited Members
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()
Namespace: EPiServer.LinkAnalyzer.Robots.Internal
Assembly: EPiServer.LinkAnalyzer.dll
Version: 11.20.7
Syntax
public class RobotsEntry

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
Overrides
System.Object.ToString()

Extension Methods