This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Areas seem to be like this out of the box: | |
/Areas | |
/Blog | |
/Controllers | |
BlogController.cs | |
/Views | |
Create.cshtml | |
... | |
Not like this, which is more like Feature Folders: | |
(When I try this with Areas out of the box, I get a cannot find View error) | |
/Areas | |
/Blog | |
BlogController.cs | |
Create.cshtml | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment