Class Rule
Class Rule
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
Abstrakcyjna klasa, która definiuje cechy Reguły i implementuje interfejs IRule
[ComVisible(true)]
public abstract class Rule : IRule
Dziedziczenie
Pochodne
Criterion, Guideline, Principle
Implementuje
Członkowie dziedziczeni
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Właściwości
Kod
Kod reguły z szybkiej referencji WCAG
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
public string Code { get; }
Wartość właściwości
Opis
Opis reguły z szybkiej referencji WCAG.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
public string Description { get; }