//doing this we call the view by default to call its function logon,which is also called by default..
 //
 // GET: /Admin/Logon/Create
 public ActionResult Logon()
 {
     ProjectLab.Areas.Admin.Models.Logon.Model logonModel = new ProjectLab.Areas.Admin.Models.Logon.Model();
     return View("AdminLogon");
 }
Exemple #2
0
        //
        // GET: /Admin/Logon/Create

        public ActionResult Logon()//doing this we call the view by default to call its function logon,which is also called by default..
        {
            ProjectLab.Areas.Admin.Models.Logon.Model logonModel = new ProjectLab.Areas.Admin.Models.Logon.Model();
            return(View("AdminLogon"));
        }