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?
Asked
Active
Viewed 3,364 times
1 Answers
0
Take a look at this question.

Community
- 1
- 1

Çağdaş Tekin
- 16,592
- 4
- 49
- 58
-
Following that post made me find this article: http://www.codeproject.com/KB/aspnet/ASP2UserControlLibrary.aspx – erikkallen Oct 21 '09 at 12:36
-
A link belongs in a comment, not as an answer. – A.R. Nov 18 '15 at 17:15