ASP.NET MVC - 引用另一个项目的母版/布局页面?

发布于 2024-12-06 00:56:59 字数 99 浏览 1 评论 0原文

是否可以包含/引用另一个项目的主(布局)页面?我有一个“通用”项目,其中包含可以在许多项目中重复使用(并且能够覆盖/自定义)的外观和感觉,但不确定该方法是什么?

谢谢。

Is it possible to include/reference a master (layout) page from another project? I have a "common" project that houses the look and feel that can be reusable (and able to override/customize) across many projects, but not sure what would be the approach?

Thank you.

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

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

发布评论

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

评论(1

晨曦慕雪 2024-12-13 00:56:59

您可以编译您的剃刀视图..查看

http://www.chrisvandesteeg.nl/2010/11/22/embedding-pre-compiled-razor-views-in-your-dll/

然后你可以将它们引用到你的项目中您想在哪里使用它。

You can compile your razor views .. look into

http://www.chrisvandesteeg.nl/2010/11/22/embedding-pre-compiled-razor-views-in-your-dll/

Then you can reference them into your project where you want to use it.

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