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)
215cookies.Append(testCookie, testCookie); 254cookies.Append("key", value); 270Assert.Throws<ArgumentException>(() => cookies.Append(key, "1"));