NameValuePair Constructor
Constructs a name value pair
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public NameValuePair(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
Parameters
- name String
- The pair name
- value String
- The pair value