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)
39if (controllerModel.Attributes.OfType<IgnoreAntiforgeryTokenAttribute>().Any()) 55if (actionModel.Attributes.OfType<IgnoreAntiforgeryTokenAttribute>().Any())