HttpPostField(String, String) Constructor
Constructs a HTTP POST field with the given name and value
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public HttpPostField(
string postFieldName,
string postFieldValue
)
Public Sub New (
postFieldName As String,
postFieldValue As String
)
public:
HttpPostField(
String^ postFieldName,
String^ postFieldValue
)
new :
postFieldName : string *
postFieldValue : string -> HttpPostField
Parameters
- postFieldName String
- The POST field name
- postFieldValue String
- The POST field value