How to change theme of MVC in visual studio

529 Views Asked by At

i am using default template of Asp.net MVC 3 but now want to move to MVC 4, i have completed my project but now exporting it to MVC 4. Actually i want only the template of MVC 4 to be applied to my MVC 3 made app. How ?

I do have files in folders. What are possibilities ?

1

There are 1 best solutions below

1
On

The "Themes" folder in MVC is just a feature of jQuery UI and is not an MVC-specific feature. MVC itself does not have any actual "theme" support.

You can find additional themes as NuGet packages from the NuGet feed: Here