禁用在 SiteFinity 主题中自动包含样式表

发布于 2024-07-19 00:51:16 字数 92 浏览 11 评论 0原文

我正在致力于将 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 技术交流群。

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

发布评论

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

评论(1

烂人 2024-07-26 00:51:16

自动包含在 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.

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