Question

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?

Was it helpful?

Solution

Take a look at this question.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top