I have a WebApi such this: [Route("getExcel")] [HttpPost] public HttpResponseMessage getExcel([FromUri]int[] ids) { //code here } wich is ...
確定! 回上一頁