views:

47

answers:

1

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?

A: 

Take a look at this question.

çağdaş
Following that post made me find this article: http://www.codeproject.com/KB/aspnet/ASP2UserControlLibrary.aspx
erikkallen