1 instantiation of RequireAntiforgeryTokenAttribute
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointFactory.cs (1)
39
builder.Metadata.Add(new
RequireAntiforgeryTokenAttribute
());
1 reference to RequireAntiforgeryTokenAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\AntiforgeryApplicationModelProvider.cs (1)
58
throw new InvalidOperationException($"Cannot apply [{nameof(ValidateAntiForgeryTokenAttribute)}] and [{nameof(
RequireAntiforgeryTokenAttribute
)}] at the same time.");