ASP.net MVC views in class library

3.3k Views Asked by At

I'm developing a framework application, and I want individual implementations to have the possibility to add new functionality simply. For controllers this is easy, just compile it and drop it in the bin directory, but what about views? Is it possible to embed a view as a resource in a class library or something? How?

1

There are 1 best solutions below

2
On BEST ANSWER

Take a look at this question.