Interface IRule

Interface IRule

Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)

Interface que descreve as principais propriedades das regras.

[ComVisible(true)]
public interface IRule

Propriedades

Código

Código da regra da referência rápida WCAG.

https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

string Code { get; }

Valor da Propriedade

string

Descrição

Descrição do critério da referência rápida WCAG.

https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0

string Description { get; }

Valor da Propriedade

string

 Português