EVO PDF Logo

NameValuePair Constructor

EVO PDF Client for .NET Core
Constructs a name value pair

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public NameValuePair(
	string name,
	string value
)

Parameters

name
Type: SystemString
The pair name
value
Type: SystemString
The pair value
See Also

Reference