Class AxeResultType
The different result types for Axe.
Inheritance
System.Object
AxeResultType
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 AxeResultType
Fields
| Improve this Doc View SourceINAPPLICABLE
The result type INAPPLICABLE.
Declaration
public const string INAPPLICABLE = "Inapplicable"
Field Value
Type | Description |
---|---|
System.String |
INCOMPLETE
The result type INCOMPLETE.
Declaration
public const string INCOMPLETE = "Incomplete"
Field Value
Type | Description |
---|---|
System.String |
PASS
The result type PASS.
Declaration
public const string PASS = "Pass"
Field Value
Type | Description |
---|---|
System.String |
VIOLATIONS
The result type VIOLATIONS.
Declaration
public const string VIOLATIONS = "Violations"
Field Value
Type | Description |
---|---|
System.String |