Uri.Builder.AppendQueryParameter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes the key and value and then appends the parameter to the query string.
[Android.Runtime.Register("appendQueryParameter", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri$Builder;", "")]
public Android.Net.Uri.Builder AppendQueryParameter (string key, string value);
[<Android.Runtime.Register("appendQueryParameter", "(Ljava/lang/String;Ljava/lang/String;)Landroid/net/Uri$Builder;", "")>]
member this.AppendQueryParameter : string * string -> Android.Net.Uri.Builder
Parameters
- key
- String
which will be encoded
- value
- String
which will be encoded
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.