CandorMvcApplication.Controllers.T4MVC_AccountController.Register C# (CSharp) Method

Register() public method

public 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 ( CandorMvcApplication model, string returnUrl ) : System.Web.Mvc.ActionResult