AreasExample.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_ActionResult(Area, Name, ActionNames.Register);
            return callInfo;
        }

Same methods

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