Domain Detective

API Reference

Class

BodyRule

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Body rule: detects technologies by applying a regex to the HTML document body.

Inheritance

  • Object
  • BodyRule

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 BodyRule() #

Properties

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

Regular expression used to detect the technology in HTML content.

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

Technology label to record when matched.

{{ include "footer" }}