母版页的 head 标签元素上有 runat=server ,它正在使用主题注入样式表?

发布于 2024-09-10 05:21:32 字数 101 浏览 2 评论 0原文

母版页的 head 标签元素上有 runat=server ,由于某种原因,它在页面上注入样式表,但我没有明确执行此操作。

是添加样式表的主题设置吗?如何为此母版页禁用它?

master page has runat=server on the head tag element, it is injecting a stylesheet on the page for some reason and I am not doing it explicitly.

Is it a themes setting that is adding the stylesheet? How can I disable it for this master page?

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

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

发布评论

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

评论(1

昵称有卵用 2024-09-17 05:21:32

是的,我怀疑有一个主题,将其删除:

  • 尝试在您的
    母版页标头。

  • 如果您根本不想要主题,请查看
    对于
    中的 属性
    web.config 文件并将其注释掉。

Yes I would suspect a theme, to remove it:

  • Try EnableTheming="false" in your
    masterpage header.

  • If you don't want themes at all look
    for <pages theme="Name of theme goes here" /> attribute in your
    web.config file and comment it out.

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