QueryData GetNameCount Method C# API
Gets the number of name/value pairs in the list that have the specified name.

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

public int GetNameCount(
	string name
)

Parameters

name
Type: System String
The name to look for.

Return Value

The number of name/value pairs in the list that have the specified name.
See Also