HttpPostField(String, String) Constructor

Constructs a HTTP POST field with the given name and value

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public HttpPostField(
	string postFieldName,
	string postFieldValue
)

Parameters

postFieldName  String
The POST field name
postFieldValue  String
The POST field value

See Also