Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsHttpCookies Property

Gets the collection of custom HTTP cookies used for the conversion.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public NameValueCollection HttpCookies { get; }

Property Value

Type: NameValueCollection
Remarks
This property returns a reference to the collection of custom HTTP cookies to be sent by the converter to the web server when the web page is rendered. A cookie is defined by a name/value pair that can be added to the collection using the Add(String, String) method of the HttpCookies property.
See Also