UrlQuerySanitizer.ParameterList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
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. <p class="note"><b>Note:</b> Do not modify this list. Treat it as a read-only list.</p>
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.