Domain Detective

API Reference

Enum

RobotsDirectiveType

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Robots.txt directive types.

Inheritance

  • Enum
  • RobotsDirectiveType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const RobotsDirectiveType Unknown #

Unrecognized directive.

Value: 0
public const RobotsDirectiveType Allow #

Allow access to a path.

Value: 1
public const RobotsDirectiveType Disallow #

Disallow access to a path.

Value: 2
public const RobotsDirectiveType CrawlDelay #

Crawl delay in seconds.

Value: 3
public const RobotsDirectiveType Sitemap #

Sitemap URL.

Value: 4
public const RobotsDirectiveType Host #

Preferred host name.

Value: 5
{{ include "footer" }}