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