2 writes to ConsentCookieValue
Microsoft.AspNetCore.CookiePolicy.Test (2)
CookieConsentTests.cs (2)
650options.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); 73Append(Options.ConsentCookie.Name!, Options.ConsentCookieValue, cookieOptions); 95var value = Options.ConsentCookieValue;