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