IRule Interface

IRule interface

Interface describing the main properties of the rules.

public interface 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 criterion from the quick reference WCAG. https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

See Also