Implemented interface member:
method
Delete
Microsoft.AspNetCore.Http.IResponseCookies.Delete(System.String, Microsoft.AspNetCore.Http.CookieOptions)
1 reference to Delete
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
TempData\CookieTempDataProviderTest.cs (1)
182public void Delete(string key) => Delete(key, new CookieOptions());