[Route("{productId:int}/{productTitle}")]. public ActionResult Show(int productId) { ... } 當然,首先得啟用Attribute路由,我們可以 ...
確定! 回上一頁