Domain Detective

API Reference

Enum

RedirectKind

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

Categorizes common redirect patterns between the original and final URL.

Inheritance

  • Enum
  • RedirectKind

Usage

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

Values

public const RedirectKind None #

No redirect or unclassified pattern.

Value: 0
public const RedirectKind SchemeUpgrade #

http → https.

Value: 1
public const RedirectKind SchemeDowngrade #

https → http.

Value: 2
public const RedirectKind ApexToWww #

apex → www host.

Value: 3
public const RedirectKind WwwToApex #

www → apex host.

Value: 4
public const RedirectKind HostChangeOther #

Redirect changes host in other ways.

Value: 5
public const RedirectKind TrailingSlashAdded #

Adds a trailing slash to the path.

Value: 6
public const RedirectKind TrailingSlashRemoved #

Removes a trailing slash from the path.

Value: 7
public const RedirectKind IndexToSlash #

index.html/htm collapsed to slash.

Value: 8
public const RedirectKind QueryChangeOnly #

Only the query string changes.

Value: 9
public const RedirectKind PathChangeOther #

Other path changes.

Value: 10
{{ include "footer" }}