EVO HTML to PDF Converter

NameValuePair Constructor

Winnovative Client for .NET Core Documentation
Constructs a name value pair

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_NetCore (in WnvHtmlToPdfClient_NetCore.dll) Version: 16.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