Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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