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