In WebAPI: [HttpDelete] [Route("AccountDel")] public void DeleteAccount([FromBody]Account account) { ... So I can't call that from a (Or ...
確定! 回上一頁