1 implementation of IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
88public async Task<bool> IsRequestValidAsync(HttpContext httpContext)
3 references to IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery (2)
AntiforgeryApplicationBuilderExtensions.cs (1)
28/// <see cref="IAntiforgery.IsRequestValidAsync(HttpContext)"/> in your handler.
RequireAntiforgeryTokenAttribute.cs (1)
21/// <see cref="IAntiforgery.IsRequestValidAsync(HttpContext)"/> in your handler.
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
249valid = await antiforgery.IsRequestValidAsync(context);