NameValuePairsCollectionAdd Method

Adds a name value pair to collection

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public NameValuePair Add(
	string name,
	string value
)

Parameters

name  String
The pair name
value  String
The pair value

Return Value

NameValuePair
The added pair

See Also