Class RuleNodeInformation
Class to represent the information on a rule node.
Inheritance
System.Object
RuleNodeInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public class RuleNodeInformation
Properties
| Improve this Doc View SourceHTML
Gets or sets the HTML element this rule pertains to.
Declaration
public string HTML { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Target
Gets or sets the list of target HTML elements / information this rule has.
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
System.String |