ChiakiYu.Web.Controllers.T4MVC_AccountController.Register C# (CSharp) Method

Register() private method

private Register ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public override System.Web.Mvc.ActionResult Register()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Register);
            RegisterOverride(callInfo);
            return callInfo;
        }

Same methods

T4MVC_AccountController::Register ( ChiakiYu model ) : System.Web.Mvc.ActionResult