コード例 #1
0
 public ActionResult Logout()
 {
     PublicHelper.Logout();
     return(RedirectToAction("index", "Home"));
 }