HttpPostField(String, String) Constructor
Constructs a HTTP POST field with the given name and value
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public HttpPostField(
string postFieldName,
string postFieldValue
)
Parameters
- postFieldName String
- The POST field name
- postFieldValue String
- The POST field value