URI.RawQuery Property

Definition

Returns the raw query component of this URI.

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

Property Value

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

Attributes

Remarks

Returns the raw query component of this URI.

The query component of a URI, if defined, only contains legal URI characters.

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

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