例如:
<?xml version="1.0" encoding="utf-16"?>
<MyObject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<UserId>test user</UserId>
...
我如何在第二个项目的行动中收到它?
[HttpPost]
public ActionResult Index(MyObject id)
{ ...
或类似字符串,然后反序列化?
感谢名单。
答案 0 :(得分:1)
我会尝试将此重构为JSON POST调用。但是,您可以将xml数据作为字符串发送并在服务器上取消实现。