... 06-12 Developing Models [HttpGet] public IActionResult Delete(int id) { // TODO: Add logic here return View(person); } [HttpPost, ActionName("Delete")] ...
確定! 回上一頁