コード例 #1
0
 public ActionResult Index(HomeIndexVM model)
 {
     SetFlash(model.Type, model.Message);
     return RedirectToAction("Index", new {id = "test.layout"});
 }
コード例 #2
0
 public ActionResult Index(string id)
 {
     HomeIndexVM model = new HomeIndexVM();
     return View(model);
 }