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