【发布时间】:2012-05-04 01:26:19
【问题描述】:
我在 MVC 4 Web-API 接受图像时遇到了一些问题。我正在关注这个https://stackoverflow.com/a/10327789/385595 和http://www.asp.net/web-api/overview/formats-and-model-binding/html-forms-and-multipart-mime#multipartmime
我收到错误无法将类型“System.Web.HttpRequestBase”隐式转换为“System.Net.Http.HttpRequestMessage”就行:HttpRequestMessage request = this.Request;
有人知道怎么回事吗?
【问题讨论】:
标签: asp.net-mvc-4 asp.net-web-api