URI.Path Property

Definition

Returns the decoded path component of this URI.

public string? Path { [Android.Runtime.Register("getPath", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getPath", "()Ljava/lang/String;", "")>]
member this.Path : string

Property Value

The decoded path component of this URI, or null if the path is undefined

Attributes

Remarks

Returns the decoded path component of this URI.

The string returned by this method is equal to that returned by the #getRawPath() getRawPath method except that all sequences of escaped octets are decoded.

Java documentation for java.net.URI.getPath().

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