1 implementation of ValidateRequestAsync
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
143
public async Task
ValidateRequestAsync
(HttpContext httpContext)
4 references to ValidateRequestAsync
Microsoft.AspNetCore.Antiforgery (3)
AntiforgeryApplicationBuilderExtensions.cs (1)
27
/// <see cref="IAntiforgery"/> and call <see cref="IAntiforgery.
ValidateRequestAsync
(HttpContext)"/> or
AntiforgeryMiddleware.cs (1)
43
await _antiforgery.
ValidateRequestAsync
(context);
RequireAntiforgeryTokenAttribute.cs (1)
20
/// <see cref="IAntiforgery.
ValidateRequestAsync
(HttpContext)"/> or
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\ValidateAntiforgeryTokenAuthorizationFilter.cs (1)
37
await _antiforgery.
ValidateRequestAsync
(context.HttpContext);