Rule Class

Rule class

An abstract class that defines the characteristics of a Rule and implements interface IRule

public abstract class Rule : IRule

Properties

NameDescription
Code { get; }Rule code from the quick reference WCAG https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
Description { get; }Description of Rule from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

See Also