2 references to new
Microsoft.AspNetCore.Http.Abstractions (2)
Antiforgery\CsrfProtectionResult.cs (2)
11private static readonly CsrfProtectionResult _allowed = new(isAllowed: true); 12private static readonly CsrfProtectionResult _denied = new(isAllowed: false);