API Reference
Class
PathRule
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
- Property TechRuleSet.Paths
Constructors
public PathRule() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.