Appends the specified string to the end of the Query.
public static UriBuilder AppendQuery(this UriBuilder builder, string query)
parameter | description |
---|---|
builder | The UriBuilder. |
query | The query parameter (name and value) to add; this string should not begin with ‘&’. |