.NET HttpClient。如何POST字符串值?如何使用C#和HttpClient創(chuàng)建以下POST請求: 我需要這樣的WEB API服務(wù)請求:[ActionName("exist")][System.Web.Mvc.HttpPost]public bool CheckIfUserExist([FromBody] string login){
bool result = _membershipProvider.CheckIfExist(login);
return result;}
- 3 回答
- 0 關(guān)注
- 939 瀏覽
添加回答
舉報
0/150
提交
取消