1 implementation of IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
88
public async Task<bool>
IsRequestValidAsync
(HttpContext httpContext)
1 reference to IsRequestValidAsync
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
209
valid = await antiforgery.
IsRequestValidAsync
(context);