Posted on: 2/3/2014 5:14:31 PM | Views : 658

Please forgive me if this has been asked before, but I did 3 different searches and came back with nothing.  And I'm still somewhat new at this. Is there a way to render a partial .cshtml page from an external dependency dll?
What I would like to do is invoke a plug in architecture where I have an interface where I can just say:
IMyInterface->RenderMyPartialView() and invoke that cshtml code from an external dll. The project we are working on is very large, and it wouldn't be practical (collaboration or maintenance wise) to put all the render views (cshtml) into one dll.

Go to the complete details ...