예제 #1
0
 public RedirectToActionResult Logout()
 {
     CookieHelper.SignOut();
     return(RedirectToAction("Index", "Authenticate"));
 }