QueryData Constructor (String)C# API
Initialises a new instance of the QueryData class by parsing a URL encoded string

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

public QueryData(
	string urlEncoded
)

Parameters

urlEncoded
Type: System String
the query section of a url, i.e. the part after the ?
See Also