AngleSharp by AngleSharp

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

 MemoryCookieProvider

Represents the default cookie service. This class can be inherited.
public CookieContainer Container { get; }

Gets the associated cookie container.

Creates a new cookie service for non-persistent cookies.

public string GetCookie(string origin)

Gets the cookie value of the given address.

public void SetCookie(string origin, string value)

Sets the cookie value for the given address.