QueryData Remove Method (String)C# API
Removes the first 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
)

Parameters

name
Type: System String
The name to look for.
See Also