Uri.Builder.AppendEncodedPath(String) Method

Definition

Appends the given segment to the path.

[Android.Runtime.Register("appendEncodedPath", "(Ljava/lang/String;)Landroid/net/Uri$Builder;", "")]
public Android.Net.Uri.Builder AppendEncodedPath (string newSegment);
[<Android.Runtime.Register("appendEncodedPath", "(Ljava/lang/String;)Landroid/net/Uri$Builder;", "")>]
member this.AppendEncodedPath : string -> Android.Net.Uri.Builder

Parameters

newSegment
String

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.

Applies to