开发者

Best way to share views across areas in asp.net mvc 3

开发者 https://www.devze.com 2023-03-09 01:50 出处:网络
I have my main area and i have a member area, some of the content in the main area can be used in the member area.开发者_如何学Go The two area\'s have their own _Layout(MasterPage).

I have my main area and i have a member area, some of the content in the main area can be used in the member area.开发者_如何学Go The two area's have their own _Layout(MasterPage).

How can i have the same content in both areas following DRY?


You could use the ~/Views/Shared folder for storing views (layouts, partials, editor and display templates) between different parts of the application.

0

精彩评论

暂无评论...
验证码 换一张
取 消