HtmlToPdfHttpPostFields Property
A collection of HTTP POST fields to be used when accessing a web page.
If the collection is not empty, the converter will make a POST request to the web page URL
with the fields from this collection
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
public KeyValueCollection HttpPostFields { get; }
Property Value
KeyValueCollection