HttpRequestCookie(String, String) Constructor
Constructs a HTTP cookie with the given name and value
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public HttpRequestCookie(
string cookieName,
string cookieValue
)
Parameters
- cookieName String
- The cookie name
- cookieValue String
- The cookie value