Class AccessibilityValidator

Class AccessibilityValidator

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

Die Validator-Klasse behandelt Schnellreferenzregeln. Enthält eine Validate-Methode zur Überprüfung der Barrierefreiheit.

[ComVisible(true)]
public class AccessibilityValidator

Vererbung

objectAccessibilityValidator

Vererbte Mitglieder

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

Methoden

Validate(HTMLDocument)

Überprüft alle Methoden in der Regel-Liste.

public ValidationResult Validate(HTMLDocument document)

Parameter

document HTMLDocument

HTMLDocument-Objekt zur Validierung.

Rückgabewert

ValidationResult

Ergebnisobjekt der Validierung.

 Deutsch