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