Android.Net.UrlQuerySanitizer.ParameterSet Property
Get a set of all of the parameters found in the sanitized query.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get a set of all of the parameters found in the sanitized query.

Note: Do not modify this set. Treat it as a read-only set.

[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