HiQPdf Documentation

HttpPostField Constructor (String, String)

HiQPdf Client for .NET Core
Constructs a HTTP POST field with the given name and value

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public HttpPostField(
	string postFieldName,
	string postFieldValue
)

Parameters

postFieldName
Type: SystemString
The POST field name
postFieldValue
Type: SystemString
The POST field value
See Also

Reference