I'm creating my newest project in ASP.NET CORE inside Visual Studio 2015.
But I have noticed that I am missing a few menus in the context menu when INSIDE a controller class view. In VS2013 I used to be able to create a View Method (Ie:)
public IActionResult Index()
{
return View();
}
I used to be able to right click on Index() and then click "Add View", but this seems to be missing in VS 2015?