如何向webapi请求特定的内容类型

编程入门 行业动态 更新时间:2024-10-18 22:34:47
本文介绍了如何向webapi请求特定的内容类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

它具有内容协商,并且它将返回客户端请求的内容类型

as I understood from ASP MVC 4 Release notes, is that it has Content Negotiation, and that it will return the content type requested by the client

客户如何要求特定内容?

(在我的情况下,

推荐答案

就像范西姆克所说,您只需设置所需的内容类型即可。

Like vansimke said, you just set the content type you need.

在ActionScript客户端中,它应该很简单:

In the ActionScript client, it should be as easy as:

request.setHeader("Accept", "application/xml");

然后服务器以标题 Content-Type进行响应。

The server then respons with the header "Content-Type".

response.setHeader("Content-Type", "application/xml");

希望有帮助!

编辑:标头错误。

更多推荐

如何向webapi请求特定的内容类型

本文发布于:2023-07-17 02:47:06,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1128612.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:类型   内容   webapi

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!