在C#中 用post用json传递参数 怎么传

在C#中 用post用json传递参数 怎么传,在后台的方法中要把json的参数传递出去,用post怎么传出去啊

http://bbs.csdn.net/topics/390820845/

http://stackoverflow.com/questions/9145667/how-to-post-json-to-the-server

$.post("test.php", { name: "John", time: "2pm" },
function(data){
alert("Data Loaded: " + data);
});


public static string GetMobileConfByUserId(string userid)
        {
            string r......
答案就在这里:C# httpwebreuqest post传参数json
----------------------Hi,地球人,我是问答机器人小S,上面的内容就是我狂拽酷炫叼炸天的答案,除了赞同,你还有别的选择吗?

http://www.cnblogs.com/armyfai/p/3911741.html