AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.9.1" />

.NET API 1,224,704 bytes

 ICookieProvider

public interface ICookieProvider
Defines methods to retrieve and store cookies.
string GetCookie(string origin)

Gets the cookie value of the given address.

void SetCookie(string origin, string value)

Sets the cookie value for the given address.