コード例 #1
0
 public IActionResult Index(string name)
 {
     service.AddFox(new Fox(name));
     return(RedirectToAction("Information", new { Name = name }));
 }