by default the ASP.NET MVC engine searches the following folders for View pages:
However I want to put some of my View pages like this:
How can I let the engine look for this?
You have to create a class derived from IViewEngine interface and register this class in Aplication_Start event in Global.asax.cs Check this link text, but there are some differences with 1.0
2.1m questions
2.1m answers
60 comments
57.0k users