Brewage.Web.Controllers.AccountController.Register C# (CSharp) Method

Register() public method

public Register ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Register()
        {
            ViewData["PasswordLength"] = MembershipService.MinPasswordLength;

            return View();
        }

Same methods

AccountController::Register ( string userName, string email, string password, string confirmPassword ) : System.Web.Mvc.ActionResult