3 references to IgnoreAntiforgeryTokenAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
AutoValidateAntiforgeryTokenAttribute.cs (1)
19
/// <see cref="
IgnoreAntiforgeryTokenAttribute
"/> to suppress validation of the antiforgery token for
Filters\AntiforgeryApplicationModelProvider.cs (2)
39
if (controllerModel.Attributes.OfType<
IgnoreAntiforgeryTokenAttribute
>().Any())
55
if (actionModel.Attributes.OfType<
IgnoreAntiforgeryTokenAttribute
>().Any())