[HttpPost] public ActionResult Foo() { using (var reader = new StreamReader(Request.InputStream)) { string xml = reader.ReadToEnd(); // process the XML ... } }@H_404_4@ 参考链接
参考链接