Let's try now what happens when we use good old ViewData instead of ViewModel. public ActionResult Details(int productId) { var product = ...
確定! 回上一頁