BB.UI.Web.MVC.Controllers.AccountController.Login C# (CSharp) Method

Login() private method

private Login ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
return System.Web.Mvc.ActionResult
        public ActionResult Login(string returnUrl)
        {
            ViewBag.ReturnUrl = returnUrl;
            return View();
        }

Same methods

AccountController::Login ( LoginViewModel model, string returnUrl ) : Task