1 implementation of ValidateAsync
Microsoft.Extensions.Validation (1)
ValidatablePropertyInfo.cs (1)
101public virtual async Task ValidateAsync(object containingObject, ValidateContext context, CancellationToken cancellationToken)
1 reference to ValidateAsync
Microsoft.AspNetCore.Components.Forms (1)
EditContextDataAnnotationsExtensions.cs (1)
323await validatableInfo.ValidateAsync(fieldIdentifier.Model, validateContext, cancellationToken);