A plugin framework with ASP.NET MVC3 and embedded Razor views

前端 未结 6 528
小鲜肉
小鲜肉 2020-12-12 17:32

I\'m designing a plugin framework for ASP.NET MVC3 using Razor views, and I\'m having an issue getting the embedded views to work correctly.

The plugin frame

6条回答
  •  Happy的楠姐
    2020-12-12 18:28

    You can also go for "Area" feature in MVC3 and 4 , you can create a nice plugin system. It gives separation of handling plugin's model,view and controller in it's own assembly.

提交回复
热议问题