Interface IRule
Interface IRule
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.2.0)
Interface describing the main properties of the rules.
[ComVisible(true)]
public interface IRule
Properties
Code
Rule code from the quick reference WCAG.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
string Code { get; }
Property Value
Description
Description of criterion from the quick reference WCAG.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
string Description { get; }