ediblecode
ediblecode

Reputation: 11971

Moving Views folder MVC

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

Answers (1)

jgauffin
jgauffin

Reputation: 101130

Find Razor view engine in the ViewEngines.Engines collection and change ViewLocationFormats

Upvotes: 2

Related Questions