Class Rule

Class Rule

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

Una classe astratta che definisce le caratteristiche di una Regola e implementa l’interfaccia IRule

[ComVisible(true)]
public abstract class Rule : IRule

Ereditarietà

objectRule

Derivata

Criterion, Guideline, Principle

Implementa

IRule

Membri Ereditati

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Proprietà

Codice

Codice della regola dal riferimento rapido WCAG

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

public string Code { get; }

Valore della Proprietà

string

Descrizione

Descrizione della Regola dal riferimento rapido WCAG.

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

public string Description { get; }

Valore della Proprietà

string

 Italiano