HttpPostFieldsCollectionAddPostField Method

Add a new HTTP POST field with given name and value to collection

Definition

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

Parameters

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

See Also