QueryData Remove Method (String, String, Int32)C# API
Removes the nth item in the list with the specified name and value.

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

public void Remove(
	string name,
	string value,
	int remove
)

Parameters

name
Type: System String
The name to look for.
value
Type: System String
The value to look for.
remove
Type: System Int32
The zero-based index of the item to remove.
See Also