4 references to OnDeleteCookie
Microsoft.AspNetCore.CookiePolicy (4)
DeleteCookieContext.cs (1)
10
/// Context for <see cref="CookiePolicyOptions.
OnDeleteCookie
"/> that allows changes to the cookie prior to being deleted.
ResponseCookiesWrapper.cs (3)
186
if (CheckPolicyRequired() || Options.
OnDeleteCookie
!= null)
203
if (Options.
OnDeleteCookie
!= null)
211
Options.
OnDeleteCookie
(context);