HiQPdf Documentation

HttpCookiesCollectionAddCookie Method

Quickly Create High Quality PDFs
Add a new cookie with given name and value to collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AddCookie(
	string cookieName,
	string cookieValue
)

Parameters

cookieName
Type: SystemString
The cookie name
cookieValue
Type: SystemString
The cookie value
See Also

Reference