Domain Detective

API Reference

Enum

TechEvidenceKind

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

Classifies the source of a technology detection to make results explainable.

Inheritance

  • Enum
  • TechEvidenceKind

Usage

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

Values

public const TechEvidenceKind Header #

Generic HTTP header such as Server or X-Powered-By.

Value: 0
public const TechEvidenceKind Meta #

HTML meta tags (e.g., generator).

Value: 2
public const TechEvidenceKind Body #

Regular expression matched in the HTML body.

Value: 3
public const TechEvidenceKind Path #

URL path matched (generic, non-typed).

Value: 4
public const TechEvidenceKind ScriptSrc #

JavaScript URL/source path matched.

Value: 5
public const TechEvidenceKind StylesheetSrc #

Stylesheet URL/source path matched.

Value: 6
public const TechEvidenceKind DomainSuffix #

Domain suffix (PSL/known provider suffix) matched.

Value: 7
public const TechEvidenceKind Dns #

DNS evidence (e.g., TXT/CNAME verification records).

Value: 8
public const TechEvidenceKind Heuristic #

Heuristic (best-effort) evidence outside strict rules.

Value: 9
{{ include "footer" }}