Uri.Builder.AppendPath(String) Method

Definition

Encodes the given segment and appends it to the path.

[Android.Runtime.Register("appendPath", "(Ljava/lang/String;)Landroid/net/Uri$Builder;", "")]
public Android.Net.Uri.Builder AppendPath (string newSegment);
[<Android.Runtime.Register("appendPath", "(Ljava/lang/String;)Landroid/net/Uri$Builder;", "")>]
member this.AppendPath : 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