1 instantiation of AppendCookieContext
Microsoft.AspNetCore.CookiePolicy (1)
ResponseCookiesWrapper.cs (1)
168
var 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)
75
public Action<
AppendCookieContext
>? OnAppendCookie { get; set; }
ResponseCookiesWrapper.cs (1)
168
var
context = new AppendCookieContext(Context, options, key, value)