Android.Net.Uri.QueryParameterNames Property
Returns a set of the unique names of all query parameters.

Syntax

[get: Android.Runtime.Register("getQueryParameterNames", "()Ljava/util/Set;", "GetGetQueryParameterNamesHandler")]
public virtual ICollection<string> QueryParameterNames { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif this isn't a hierarchical URI

Remarks

Returns a set of the unique names of all query parameters. Iterating over the set will return the names in order of their first occurrence.

[Android Documentation]

Requirements

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