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