0

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 ?

Evil rising
  • 442
  • 2
  • 7
  • 21

1 Answers1

0

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

Rajshekar Reddy
  • 18,647
  • 3
  • 40
  • 59