Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 orchard cms v 1.4 并开发一些独立且不使用标准主题的网站内容。我想在非主题视图上使用清单文件中已经声明的一些资源。但是,它们仅在我将主题应用于控制器或特定视图时才会呈现。
在我看来,我包括以下内容:
@{ Script.Require("jQuery").AtHead(); }
这仅在我包含以下内容时按预期发挥作用:[Themed] 作为我的控制器上的一个属性。
[Themed]
关于如何在不为我的独立页面创建完整主题的情况下使其正常工作的任何想法?
是的,请参阅http://weblogs.asp.net/bleroy/archive/2012/10/20/writing-an-unthemed-view-while-still-using-orchard-shapes-and-helpers.aspx
重要的是您使用形状作为模型。主题与否并不重要。