[Android.Runtime.Register("parseUrl", "(Ljava/lang/String;)V", "GetParseUrl_Ljava_lang_String_Handler")] public virtual voidParseUrl (string url)
Parameters
url
the encoded URL to parse.
Remarks
Parse the query parameters out of an encoded URL.
Works by extracting the query portion from the URL and then
calling parseQuery(). If there is no query portion it is
treated as if the query portion is an empty string.