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