2 writes to ConsentCookieValue
Microsoft.AspNetCore.CookiePolicy.Test (2)
CookieConsentTests.cs (2)
650
options.
ConsentCookieValue
= "true";
697
() => options.
ConsentCookieValue
= value,
3 references to ConsentCookieValue
Microsoft.AspNetCore.CookiePolicy (3)
ResponseCookiesWrapper.cs (3)
57
_hasConsent = string.Equals(cookie, Options.
ConsentCookieValue
, StringComparison.Ordinal);
73
Append(Options.ConsentCookie.Name!, Options.
ConsentCookieValue
, cookieOptions);
95
var value = Options.
ConsentCookieValue
;