API Reference
Class
TechRuleSet
Represents an optional set of technology detection rules loaded from JSON. This extension mechanism is used only when a rules path is explicitly provided.
Inheritance
- Object
- TechRuleSet
Constructors
public TechRuleSet() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<HeaderRule> Headers { get; set; } #JsonPropertyName("headers")Header substring matches. If the header name is X-Generator, the value is recorded as a tech.
public List<MetaRule> Meta { get; set; } #JsonPropertyName("meta")Meta tag matches by name and value substring (e.g., generator).
public List<PathRule> Paths { get; set; } #JsonPropertyName("paths")Path-level rules, either a substring 'contains' or a 'regex'.
public List<DomainRule> Domains { get; set; } #JsonPropertyName("domains")Registrable-domain-level rules matched by suffix.