[Route("api/books")] [HttpPost] public HttpResponseMessage CreateBook(Book book) { ... } } 是不是非常清楚呢? Web API如何Routing. 從技術上來看, ...
確定! 回上一頁