在 ASP.NET MVC 3 中跨区域共享视图的最佳方式

发布于 2024-11-10 15:27:13 字数 100 浏览 0 评论 0原文

我有我的主区,我有一个会员区,主区的一些内容可以在会员区使用。这两个区域有自己的_Layout(MasterPage)。

如何在 DRY 之后的两个区域中拥有相同的内容?

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. The two area's have their own _Layout(MasterPage).

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦旅人picnic 2024-11-17 15:27:13

您可以使用 ~/Views/Shared 文件夹来存储应用程序不同部分之间的视图(布局、部分、编辑器和显示模板)。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文