Can I have a Shared Views directory inside a Area where I can put partial views/user controls to be shared amongst the controllers of that specific Area?
Asked
Active
Viewed 1,178 times
1 Answers
3
There is a a Views/Shared/
folder inside each area (or if there is not, you can create one - Areas/%AreaName%/Views/Shared
). This works in the same way as the main Views/Shared/
folder, but just for that area.

UpTheCreek
- 31,444
- 34
- 152
- 221
-
Are you sure about that? – Triynko Aug 06 '15 at 19:02