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.
我正在使用 asp.net 2.0 我知道可以通过后面的代码设置页面标题。但是是否可以使用 Theme、skin 或 css 设置页面标题?
我需要根据所选主题显示不同的标题。
通过在页面的 Head 元素中插入 Literal 控件,您应该能够对其应用主题,从而设置其 Text 属性。
如果这不起作用,您可以随时检查 Page.Theme 属性并相应地设置页面标题。
不是通过 CSS