Show / Hide Table of Contents

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 Source

HTML

Gets or sets the HTML element this rule pertains to.

Declaration
public string HTML { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX