AwesomeKiosk.Controllers.ApplicantController.Index C# (CSharp) Méthode

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat 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();
        }