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
;