3 references to ConsentCookieValue
Microsoft.AspNetCore.CookiePolicy (3)
ResponseCookiesWrapper.cs (3)
57_hasConsent = string.Equals(cookie, Options.ConsentCookieValue, StringComparison.Ordinal); 73Append(Options.ConsentCookie.Name!, Options.ConsentCookieValue, cookieOptions); 95var value = Options.ConsentCookieValue;