4 references to OnAppendCookie
Microsoft.AspNetCore.CookiePolicy (4)
AppendCookieContext.cs (1)
10/// Context for <see cref="CookiePolicyOptions.OnAppendCookie"/> that allows changes to the cookie prior to being appended.
ResponseCookiesWrapper.cs (3)
114if (CheckPolicyRequired() || Options.OnAppendCookie != null) 166if (Options.OnAppendCookie != null) 174Options.OnAppendCookie(context);