BenefitsAllocationUpload.Controllers.HomeController.About C# (CSharp) Method

About() public method

public About ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult About()
        {
            ViewBag.Message = "Benefits Allocation Upload Project";

            return View();
        }