Interface ITechniqueResult
Interface ITechniqueResult
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.4.0)
Describes the result of the technique validation.
[ComVisible(true)]
public interface ITechniqueResult
Properties
Error
Error object that implemented interface IError
IError Error { get; }
Property Value
Rule
The rule that is checked
IRule Rule { get; }
Property Value
Success
Returns result of the criterion.
bool Success { get; }