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