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

webapi设置一个Action同时支持get和post请求

时间:2020-04-12 08:19:20      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:nbsp   webapi   请求   post请求   pre   proxy   pos   一个   ram   

[AcceptVerbs("GET", "POST")]
public HttpResponseMessage Http([FromUri]ProxyHttpParam getParam, ProxyHttpParam postParam)
{
    var res = new HttpResponseMessage(HttpStatusCode.OK);
    return res;
}

 

webapi设置一个Action同时支持get和post请求

标签:nbsp   webapi   请求   post请求   pre   proxy   pos   一个   ram   

原文地址:https://www.cnblogs.com/sntetwt/p/12683329.html

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