Class PlaceholderWebLocator
public sealed record PlaceholderWebLocator : WebLocator, IEquatable<WebLocator>, IEquatable<PlaceholderWebLocator>
- Inheritance
-
PlaceholderWebLocator
- Implements
- Inherited Members
- Extension Methods
Constructors
PlaceholderWebLocator(string, bool)
public PlaceholderWebLocator(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()