コード例 #1
0
 public ActionResult Delete(int id, IFormCollection collection)
 {
     _nContainer.DeleteNote(id);
     return(RedirectToAction("Index"));
 }