예제 #1
0
파일: UriExt.cs 프로젝트: thehaunted88/Core
 public static IEnumerable <KeyValuePair <string, string> > DecodeQueryString(this Uri uri)
 {
     return(WebAPI.DecodeQuery(uri.Query));
 }