标签: asp.net rest asp.net-web-api
我们想要在WebApi类中用作模型的现有模式很少,因此我们执行了以下步骤。
我们在api的action方法中看到请求中的null,有人遇到过这个吗?
public void Post() { var stronglyType = this.Request.Content.ReadAsAsync<CustomerLookupRequest>().Result; }