RequestMessageCookieContainer Property
Gets or sets the cookie container used to store server cookies by the handler.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public CookieContainer CookieContainer { get; set; }

Property Value

Type: CookieContainer
A System.Net.CookieContainer that contains the cookies associated with this request.
See Also