ASP.NET MVC - 引用另一个项目的母版/布局页面?
是否可以包含/引用另一个项目的主(布局)页面?我有一个“通用”项目,其中包含可以在许多项目中重复使用(并且能够覆盖/自定义)的外观和感觉,但不确定该方法是什么?
谢谢。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编译您的剃刀视图..查看
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.