I've been going through Rick Anderson's 'Adding a View' section of the 'Getting Started' tutorial. I'm using the latest version of Visual Studio 2013 which I downloaded last week.
The 'Adding a View' section wants you to modify the HelloWorldController by adding a MVC 5 View Page with Layout (Razor). Click Add, Specify name for Item appears. I add 'Index' , click OK. You then select a Layout Page. I'm expecting to see _Layout.cshtml
in the Contents of Folder window pane. But the file is not there.
Did I possibly miss something in the package install?
- Vin
Go to the complete details ...