14 instantiations of CookieOptions
Aspire.Dashboard (1)
Microsoft.AspNetCore.Authentication.Cookies (2)
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.CookiePolicy (2)
Microsoft.AspNetCore.Http (2)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Rewrite (2)
84 references to CookieOptions
Microsoft.AspNetCore.Antiforgery (1)
Microsoft.AspNetCore.Authentication (8)
Microsoft.AspNetCore.Authentication.Cookies (14)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (3)
145public void AppendResponseCookie(HttpContext context, string key, string? value, CookieOptions options)
224public void DeleteCookie(HttpContext context, string key, CookieOptions options)
312private static void DeleteChunks(HttpContext context, IRequestCookieCollection requestCookies, CookieOptions options, string key, int startChunk, int endChunk)
Microsoft.AspNetCore.Components.Endpoints (6)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (3)
145public void AppendResponseCookie(HttpContext context, string key, string? value, CookieOptions options)
224public void DeleteCookie(HttpContext context, string key, CookieOptions options)
312private static void DeleteChunks(HttpContext context, IRequestCookieCollection requestCookies, CookieOptions options, string key, int startChunk, int endChunk)
Microsoft.AspNetCore.CookiePolicy (20)
Microsoft.AspNetCore.Http (4)
Microsoft.AspNetCore.Http.Abstractions (9)
Microsoft.AspNetCore.Http.Features (13)
Microsoft.AspNetCore.Mvc.Core (3)
src\aspnetcore\src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (3)
145public void AppendResponseCookie(HttpContext context, string key, string? value, CookieOptions options)
224public void DeleteCookie(HttpContext context, string key, CookieOptions options)
312private static void DeleteChunks(HttpContext context, IRequestCookieCollection requestCookies, CookieOptions options, string key, int startChunk, int endChunk)
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Microsoft.AspNetCore.Rewrite (3)
Microsoft.AspNetCore.Session (1)