NameValuePair Constructor (String, String)C# API
Initialises a new instance of the NameValuePair class.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public NameValuePair(
	string name,
	string value
)

Parameters

name
Type: System String
A name.
value
Type: System String
A value.
See Also