Android.Net.UrlQuerySanitizer.ParameterList Property
An array list of all of the parameter value pairs in the sanitized query, in the order they appeared in the query.

Syntax

[get: Android.Runtime.Register("getParameterList", "()Ljava/util/List;", "GetGetParameterListHandler")]
public virtual IList<UrlQuerySanitizer.ParameterValuePair> ParameterList { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An array list of all of the parameter value pairs in the sanitized query, in the order they appeared in the query. May contain duplicate parameters.

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

[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