ABsoluteMaybe.SampleWebsite.MVC2.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 ( RegisterModel model ) : System.Web.Mvc.ActionResult