您可以通过 CSS 或 ASP.net 2.0 中的 Skin 设置页面标题吗

发布于 2024-07-08 13:37:28 字数 100 浏览 7 评论 0原文

我正在使用 asp.net 2.0 我知道可以通过后面的代码设置页面标题。 但是可以使用主题、皮肤或 CSS 设置页面标题吗?

我需要根据所选主题显示不同的标题。

I am using asp.net 2.0 I know can set the pages title via the code behind. But is it possible to set the page title using Theme, skin or css?

I need to display a different title depending on the theme selected.

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

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

发布评论

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

评论(2

伴随着你 2024-07-15 13:37:28

通过在页面的 Head 元素中插入 Literal 控件,您应该能够对其应用主题,从而设置其 Text 属性。

如果这不起作用,您可以随时检查 Page.Theme 属性并相应地设置页面标题。

By inserting a Literal control in the Head-element of the page you should be able to apply a theme to it and thereby set its Text property.

If that doesn't work you can always check the Page.Theme property and set the pages title accordingly.

小傻瓜 2024-07-15 13:37:28

不通过 CSS

Not via CSS

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