URI.Query Property

Definition

Returns the decoded query component of this URI.

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

Property Value

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

Attributes

Remarks

Returns the decoded query component of this URI.

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

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

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