NameValuePair Constructor

Constructs a name value pair

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public NameValuePair(
	string name,
	string value
)

Parameters

name  String
The pair name
value  String
The pair value

See Also