AwesomeKiosk.Controllers.ApplicantController.Index C# (CSharp) Метод

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ActionResult
Результат 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();
        }