Overload List
| Name | Description | |
|---|---|---|
|  | WithQuery(String) | 
             Initialises a new instance of the Url class using the attributes of this Url,
             but with the specified queryText string (replacing the existing query data if present).
              | 
|  | WithQuery(Form) | 
             Initialises a new instance of the Url class using the attributes of this Url,
             but with query data from the specified Form object (replacing the existing query data if present).
              | 
|  | WithQuery(QueryData) | 
             Initialises a new instance of the Url class using the attributes of this Url,
             but with the specified QueryData object (replacing the existing query data if present).
              | 
|  | WithQuery(Form, String) | 
             Initialises a new instance of the Url class using the attributes of this Url,
             but with query data from the specified Form object 
             percent-encoded using the supplied list of unsafeCharacters
             (replacing the existing query data if present).
              | 
|  | WithQuery(QueryData, String) | 
             Initialises a new instance of the Url class using the attributes of this Url,
             but with the specified QueryData object 
             percent-encoded using the supplied list of unsafeCharacters
             (replacing the existing query data if present).
              | 
See Also