Implemented interface member:
method
Append
Microsoft.AspNetCore.Http.IResponseCookies.Append(System.String, System.String)
3 references to Append
Microsoft.AspNetCore.Http.Tests (3)
ResponseCookiesTest.cs (3)
215
cookies.
Append
(testCookie, testCookie);
254
cookies.
Append
("key", value);
270
Assert.Throws<ArgumentException>(() => cookies.
Append
(key, "1"));