Interface IRule
Interface IRule
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
Interfaccia che descrive le principali proprietà delle regole.
[ComVisible(true)]
public interface IRule
Proprietà
Codice
Codice della regola dalla rapida referenza WCAG.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
string Code { get; }
Valore della Proprietà
Descrizione
Descrizione del criterio dalla rapida referenza WCAG.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
string Description { get; }