QueryData Add Method (String, String)C# API
Adds a name/value pair to the end of the list.

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

public void Add(
	string name,
	string value
)

Parameters

name
Type: System String
The name to add.
value
Type: System String
The value to add.
See Also