App.Core.Controllers.AccountsController.New C# (CSharp) Method

New() public method

public New ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult New()
        {
            return View(new Account());
        }