CandorMvcApplication.Controllers.HomeController.About C# (CSharp) 메소드

About() 공개 메소드

public About ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public virtual ActionResult About()
        {
            ViewBag.Message = "Your app description page.";
            //throw new ApplicationException("This is a test of the error controller."); //uncomment to test
            return View();
        }