Show / Hide Table of Contents

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 Source

INAPPLICABLE

The result type INAPPLICABLE.

Declaration
public const string INAPPLICABLE = "Inapplicable"
Field Value
Type Description
System.String
| Improve this Doc View Source

INCOMPLETE

The result type INCOMPLETE.

Declaration
public const string INCOMPLETE = "Incomplete"
Field Value
Type Description
System.String
| Improve this Doc View Source

PASS

The result type PASS.

Declaration
public const string PASS = "Pass"
Field Value
Type Description
System.String
| Improve this Doc View Source

VIOLATIONS

The result type VIOLATIONS.

Declaration
public const string VIOLATIONS = "Violations"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX