API Reference
Class
MetaRule
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
- Property TechRuleSet.Meta
Constructors
public MetaRule() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Contains { get; set; } #JsonPropertyName("contains")Substring to search for within the meta content value.