Class Rule

Class Rule

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

An abstract class that defines the characteristics of a Rule and implements interface IRule

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

Inheritance

objectRule

Derived

Criterion, Guideline, Principle

Implements

IRule

Inherited Members

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

Properties

Code

Rule code from the quick reference WCAG

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

public string Code { get; }

Property Value

string

Description

Description of Rule from the quick reference WCAG.

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

public string Description { get; }

Property Value

string