3 4

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public ActionResult Index() {

ViewBag.Message = "Welcome to ASP.NET MVC!";


return View("NotIndex");
}

You might also like