[HttpGet,ActionName("Default")] 至於POST方法,就可以用action name區別不同的Route路徑: [HttpPost,ActionName("XXX")] public C Post(A item)
確定! 回上一頁