QueryData GetValue Method (String)C# API
Gets the value of the first name/value pair in the list that has the specified name.

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

public string GetValue(
	string name
)

Parameters

name
Type: System String
The name to look for.

Return Value

The first value in the list that has the specified name.
See Also