Class Rule

Class Rule

名称: Aspose.Html.Accessibility 编辑: Aspose.HTML.dll (25.5.0)

一个抽象的类别,定义一个规则的特点,并实施 IRule 界面

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

Inheritance

object Rule

Derived

Criterion , Guideline , Principle

Implements

IRule

继承人

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

Properties

Code

规则代码从快速参考WCAG

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

public string Code { get; }

财产价值

string

Description

从快速参考 WCAG 的规则描述。

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

public string Description { get; }

财产价值

string

 中文