Brandy.Security.Web.AccountController.SignUp C# (CSharp) Method

SignUp() public method

public SignUp ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult SignUp()
        {
            ViewBag.PasswordLength = 6;
            if (ControllerContext.IsChildAction)
                return PartialView();
            return View();
        }

Same methods

AccountController::SignUp ( SignUp command, string returnUrl ) : System.Web.Mvc.ActionResult