HiQPdf Documentation

HtmlConverterBaseHttpPostFields Property

HiQPdf Client for .NET Core
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:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public KeyValueCollection HttpPostFields { get; }

Property Value

Type: KeyValueCollection
See Also

Reference