禁用在 SiteFinity 主题中自动包含样式表
我正在致力于将 HTML 模板切片集成到 SiteFinity 主题中,并且想知道是否有一种方法可以禁用样式表的自动包含。 如果可能的话,我更愿意从母版页手动包含它们?
I'm working on integrating an HTML template slice into a SiteFinity theme and am wondering if there is a way to disable the automatic inclusion of the style sheets. I would prefer to manual include them from the MasterPage, if possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自动包含在 Sitefinity 中的样式表是位于 ~/App_Themes/ThemeName 目录中的 CSS 文件。 这是一个 ASP.NET 功能,而不是 Sitefinity 特有的功能。
要删除此行为,只需从 ~/App_Themes/ThemeName 目录中删除所有文件即可。 但是,不要删除目录本身。
The style sheets that are automatically included in Sitefinity are the CSS files that sit inside the ~/App_Themes/ThemeName directory. This is an ASP.NET feature, not something specific to Sitefinity.
To remove this behavior, simply remove all the files from the ~/App_Themes/ThemeName directory. However, do not remove the directory itself though.