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.
我已经下载并定制了一个开源项目,但是在我将它插入到我的登录页面后,它看起来很奇怪。如何禁用某些页面的 CSS,例如登录页面?我无法编辑或删除我的 CSS 文件,因为它会影响我的核心系统。
我正在使用带有 C# 的 asp.net。
提前感谢您的帮助。
你可以把你的css下Asp:Literal或Asp:PlaceHolder
css
Asp:Literal
Asp:PlaceHolder
这样,您可以通过以下方式设置其在页面上的可见性
MyPlaceHolder.Visible=CheckIftoSetForthisPage()