我有这段代码
var response = new HttpClient().PostAsJsonAsync(posturi, model).Result;
被调用的WebAPI控制器返回一个bool值来确保对象已保存,但是我该如何返回这个bool响应呢?
用户名或邮箱地址
密码