Class Rule
Class Rule
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
규칙의 특성을 정의하고 인터페이스 IRule을 구현하는 추상 클래스입니다.
[ComVisible(true)]
public abstract class Rule : IRule
상속
파생 클래스
Criterion, Guideline, Principle
구현
상속된 멤버
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
속성
코드
빠른 참조 WCAG의 규칙 코드입니다.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
public string Code { get; }
속성 값
설명
빠른 참조 WCAG의 규칙 설명입니다.
https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0
public string Description { get; }