HtmlConverterBaseHttpPostFields 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: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public HttpPostFieldsCollection HttpPostFields { get; }
Public ReadOnly Property HttpPostFields As HttpPostFieldsCollection
Get
public:
property HttpPostFieldsCollection^ HttpPostFields {
HttpPostFieldsCollection^ get ();
}
member HttpPostFields : HttpPostFieldsCollection with get
Property Value
HttpPostFieldsCollection