Domain Detective

API Reference

Class

MetaRule

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Meta rule: matches a meta tag by name and records a technology when its value contains a substring.

Inheritance

  • Object
  • MetaRule

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

Properties

public String Name { get; set; } #
JsonPropertyName("name")

Meta name attribute (e.g., generator).

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

Substring to search for within the meta content value.

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

Technology label to record when matched.

{{ include "footer" }}