HiQPdf Documentation

HtmlObjectBaseHttpPostFields Property

HiQPdf Client for .NET Core
A collection of HTTP POST fields to be used when accessing a web page in this HTML object. 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