7 instantiations of IgnoreAntiforgeryTokenAttribute
HostedBlazorWebassemblyApp.Server (1)
Pages\Error.cshtml.cs (1)
16
[
IgnoreAntiforgeryToken
]
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Filters\AutoValidateAntiforgeryPageApplicationModelProviderTest.cs (1)
42
var expected = new
IgnoreAntiforgeryTokenAttribute
();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Filters\AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs (1)
89
new
IgnoreAntiforgeryTokenAttribute
(),
Filters\ValidateAntiforgeryTokenAuthorizationFilterTest.cs (1)
65
new
IgnoreAntiforgeryTokenAttribute
(),
RazorPagesWebSite (1)
Pages\Antiforgery\IgnoreAntiforgery.cshtml.cs (1)
9
[
IgnoreAntiforgeryToken
]
SecurityWebSite (2)
Controllers\AntiforgeryController.cs (1)
12
[
IgnoreAntiforgeryToken
]
Controllers\IgnoreAntiforgeryController.cs (1)
8
[
IgnoreAntiforgeryToken
]
2 references to IgnoreAntiforgeryTokenAttribute
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Filters\AutoValidateAntiforgeryPageApplicationModelProviderTest.cs (1)
42
var
expected = new IgnoreAntiforgeryTokenAttribute();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
AutoValidateAntiforgeryTokenAttribute.cs (1)
19
/// <see cref="
IgnoreAntiforgeryTokenAttribute
"/> to suppress validation of the antiforgery token for