Url QueryData Property C# API
Get a QueryData object representing the query data section of this Url.

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

public QueryData QueryData { get; }

Field Value

the query data section of this Url.
Remarks

Note Note
A Url object is immutable - that is, it cannot be changed after it has been created. To modify the query data, call WithQuery(QueryData) to get a new Url object with the required modification.
See Also