AssessmentAnywhere.Controllers.AccountController.SignOut C# (CSharp) Méthode

SignOut() public méthode

public SignOut ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult
        public ActionResult SignOut()
        {
            FormsAuthentication.SignOut();

            return this.RedirectToAction("Index", "Home");
        }