コード例 #1
0
 public ActionResult Logout()
 {
     UserSessionHelper.DestroyUserSession();
     return(Redirect("~/"));
 }