Class CookieCollection
Class which represents collection of cookies name and value pair of data.
Inheritance
System.Object
CookieCollection
Namespace: Syncfusion.HtmlConverter
Assembly: Syncfusion.HtmlConverter.Base.dll
Syntax
public class CookieCollection : Dictionary<string, string>
Constructors
CookieCollection()
Declaration
public CookieCollection()