コード例 #1
0
 public IActionResult OnPost()
 {
     hg.NewGame();
     hg.Save();
     return(RedirectToPage("Index"));
 }