AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.1" />

.NET API 1,224,704 bytes

 IValidation

public interface IValidation
Implemented by elements that can be validated.
string ValidationMessage { get; }

Gets the current validation message.

Gets the current validation state of the current element.

bool WillValidate { get; }

Gets a value if the current element validates.

Checks the validity of the current element.

void SetCustomValidity(string error)

Sets a custom validation error. If this is not the empty string, then the element is suffering from a custom validation error.