AwesomeKiosk.Controllers.ApplicantController.Index C# (CSharp) Method

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            //nothing to send the view here
            //This page just waits for a user to come and use the system
            return View();
        }