Reputation: 11971
I am quite new to MVC and I was just wondering if it is possible to move the Views
folder? Basically, I am trying to make it so that my folder structure lies like this:
Content -> Themes -> (Brand) -> Views
For every brand, it will have its own Images
folder and css
file as well as its own Views folder. How would I go about setting this structure up?
Upvotes: 1
Views: 1396
Reputation: 101130
Find Razor view engine in the ViewEngines.Engines collection and change ViewLocationFormats
Upvotes: 2