using Microsoft.AspNet.Mvc; // For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 namespace <%= namespace %>.Controllers { public class HomeController : Controller { // GET: // [HttpGet("/")] public IActionResult Index() { return View(); } } }