码迷,mamicode.com
首页 > Windows程序 > 详细

API清理xml格式数据

时间:2018-09-10 13:25:34      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:orm   .config   edm   global   for   att   清理   charset   bsp   

调用API时候,可能会报这个错  //The ‘ObjectContent`1‘ type failed to serialize the response body for content type ‘application/xml; charset=utf-8‘.

解决办法是:

//处理方法 在API的webApiConfig-加此代码
GlobalConfiguration.Configuration.Formatters.XmlFormatter.SupportedMediaTypes.Clear();

API清理xml格式数据

标签:orm   .config   edm   global   for   att   清理   charset   bsp   

原文地址:https://www.cnblogs.com/zpyplan/p/9618402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!