1 instantiation of DeleteCookieContext
Microsoft.AspNetCore.CookiePolicy (1)
ResponseCookiesWrapper.cs (1)
205var context = new DeleteCookieContext(Context, options, key)
3 references to DeleteCookieContext
Microsoft.AspNetCore.CookiePolicy (3)
CookiePolicyOptions.cs (1)
80public Action<DeleteCookieContext>? OnDeleteCookie { get; set; }
DeleteCookieContext.cs (1)
15/// Initializes a new instance of <see cref="DeleteCookieContext"/>.
ResponseCookiesWrapper.cs (1)
205var context = new DeleteCookieContext(Context, options, key)