コード例 #1
0
ファイル: UriExt.cs プロジェクト: thehaunted88/Core
 public static IEnumerable <KeyValuePair <string, string> > DecodeQueryString(this Uri uri)
 {
     return(WebAPI.DecodeQuery(uri.Query));
 }