gpt4 book ai didi

xml - Web api 应该默认返回 JSon

转载 作者:数据小太阳 更新时间:2023-10-29 02:35:26 24 4
gpt4 key购买 nike

<分区>

这是我目前拥有的

GlobalConfiguration.Configuration.Formatters.JsonFormatter.MediaTypeMappings.Add(new QueryStringMapping("type", "json", new MediaTypeHeaderValue("application/json")));             

GlobalConfiguration.Configuration.Formatters.XmlFormatter.MediaTypeMappings.Add(new QueryStringMapping("type", "xml", new MediaTypeHeaderValue("application/xml")));

当我用这样的查询调用 API 时它工作正常

for xml : http://localhost:49533/api/?type=xml
for json: http://localhost:49533/api/?type=json

但我想要的是默认的JSON?那可能吗?我也想要以上选项可用

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com