Domain Detective

API Reference

Class

PathRule

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Path rule: detects technologies by matching URL paths using a substring or regex.

Inheritance

  • Object
  • PathRule

Usage

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

Returned or exposed by

Constructors

public PathRule() #

Properties

public String Contains { get; set; } #
JsonPropertyName("contains")

Substring that should be present in the path. Optional when Regex is used.

public String Regex { get; set; } #
JsonPropertyName("regex")

Regular expression used to match the path. Optional when Contains is used.

public String Tech { get; set; } #
JsonPropertyName("tech")

Technology label to record when matched.

{{ include "footer" }}