flexible layout using asp.net mvc 3 plugin architecture

gamaerofe

New Member
I am developing a pluggable architecture using asp.net mvc 3 which you can drop plugin dll in Bin folder and restart the application then your plugin and its menu appears in whole site menu,but I am wondering is it possible to manage where each ActionResult of any controller in any plugin should be rendered in which section of site dynamically, in other words I am trying to support flexible layout, it means sometimes ActionResult of some controller in some plugin rendered in top of page but maybe sometimes requires it rendered at the bottom of page,
 
Back
Top