webapi设置一个Action同时支持get和post请求
2021-03-10 16:27
阅读:430
标签:nbsp webapi 请求 post请求 pre proxy pos 一个 ram webapi设置一个Action同时支持get和post请求 标签:nbsp webapi 请求 post请求 pre proxy pos 一个 ram 原文地址:https://www.cnblogs.com/sntetwt/p/12683329.html
[AcceptVerbs("GET", "POST")]
public HttpResponseMessage Http([FromUri]ProxyHttpParam getParam, ProxyHttpParam postParam)
{
var res = new HttpResponseMessage(HttpStatusCode.OK);
return res;
}
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:webapi设置一个Action同时支持get和post请求
文章链接:http://soscw.com/index.php/essay/62831.html
文章标题:webapi设置一个Action同时支持get和post请求
文章链接:http://soscw.com/index.php/essay/62831.html
评论
亲,登录后才可以留言!