QueryData Insert Method (String, String, Int32)C# API
Inserts a name/value pair into the list at the specified index.

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

public void Insert(
	string name,
	string value,
	int index
)

Parameters

name
Type: System String
The name to insert.
value
Type: System String
The value to insert.
index
Type: System Int32
The zero-based position at which to insert the name/value pair in the list.
See Also