Exemple #1
0
 public static IEnumerable <KeyValuePair <string, string> > DecodeQueryString(this Uri uri)
 {
     return(WebAPI.DecodeQuery(uri.Query));
 }