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

Register() private method

private Register ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Register()
        {
            return View();
        }

Same methods

AccountController::Register ( RegisterViewModel model, System.Web.HttpPostedFileBase profileImage ) : Task