Brandy.Security.Web.AccountController.SignUp C# (CSharp) 메소드

SignUp() 공개 메소드

public SignUp ( ) : System.Web.Mvc.ActionResult
리턴 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