Implemented interface member:
method
Append
Microsoft.AspNetCore.Http.IResponseCookies.Append(System.String, System.String, Microsoft.AspNetCore.Http.CookieOptions)
2 references to Append
Microsoft.AspNetCore.CookiePolicy (2)
ResponseCookiesWrapper.cs (2)
73Append(Options.ConsentCookie.Name!, Options.ConsentCookieValue, cookieOptions); 116Append(key, value, new CookieOptions());