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)
114
if (CheckPolicyRequired() || Options.
OnAppendCookie
!= null)
166
if (Options.
OnAppendCookie
!= null)
174
Options.
OnAppendCookie
(context);