Beispiel #1
0
 public ActionResult SingOut()
 {
     _formsAuthentication.SingOut();
     return(RedirectToAction("Login", "Account"));
 }