[HttpGet("{id}")] public string Get(int id) { return "value"; }. At first glance you might assume that if you called “/api/controller/abc” ...
確定! 回上一頁