1 implementation of ValidateAsync
Microsoft.Extensions.Validation (1)
ValidatableParameterInfo.cs (1)
79public virtual async Task ValidateAsync(object? value, ValidateContext context, CancellationToken cancellationToken)
1 reference to ValidateAsync
Microsoft.AspNetCore.Routing (1)
ValidationEndpointFilterFactory.cs (1)
94await entry.Parameter.ValidateAsync(argument, validateContext, context.HttpContext.RequestAborted);