HttpPostField(String, String) Constructor

Constructs a HTTP POST field with the given name and value

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.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