EVO HTML to PDF Converter

NameValuePairsCollectionAdd Method

Winnovative Client for .NET Documentation
Adds a name value pair to collection

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public NameValuePair Add(
	string name,
	string value
)

Parameters

name
Type: SystemString
The pair name
value
Type: SystemString
The pair value

Return Value

Type: NameValuePair
The added pair
See Also

Reference