Class LabelWebLocator
public sealed record LabelWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<LabelWebLocator>
- Inheritance
-
LabelWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
LabelWebLocator(string, bool)
public LabelWebLocator(string Value, bool Exact = true)
Parameters
Properties
Exact
public bool Exact { get; init; }
Property Value
Value
public string Value { get; init; }
Property Value
Methods
Describe()
public override string Describe()