2017年6月9日 星期五

MVC 接收 POST 字串資料

1
2
3
Request.InputStream.Seek(0, SeekOrigin.Begin);
string jsonData = new StreamReader(Request.InputStream).ReadToEnd();
string tmp = HttpUtility.UrlDecode(jsonData);

沒有留言 :

張貼留言