public class Sampleontroller:apicontroller
{
public void PostBodyMethod() {
HttpRequestMessage request=this.request;
//How to read the multi part data in the method
}
}
Run Code Online (Sandbox Code Playgroud)
我正在向webapi控制器发送多部分数据.如何阅读方法中的内容?