UrlQuerySanitizer.ParameterList Property

Definition

An array list of all of the parameter-value pairs in the sanitized query, in the order they appeared in the query.

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

Property Value

IList<ParameterValuePair>
Attributes

Remarks

Java documentation for android.net.UrlQuerySanitizer.getParameterList().

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