Find(id); if (album == null) { return HttpNotFound(); } return View(album); } // POST: Albums/Delete/5 [HttpPost, ActionName("Delete")] ...
確定! 回上一頁