Android.Net.Uri.EncodedQuery Property
Gets the encoded query component from this URI.

Syntax

[get: Android.Runtime.Register("getEncodedQuery", "()Ljava/lang/String;", "GetGetEncodedQueryHandler")]
public abstract string EncodedQuery { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the encoded query component from this URI. The query comes after the query separator ('?') and before the fragment separator ('#'). This method would return "q=android" for "http://www.google.com/search?q=android".

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1