AjaxAuthenticationHandling.Controllers.AccountController.Logout C# (CSharp) Méthode

Logout() public méthode

public Logout ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult
        public ActionResult Logout()
        {
            FormsAuthentication.SignOut();
            return RedirectToAction("Login");
        }
AccountController