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