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

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

public void Remove(
	string name,
	int remove
)

Parameters

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