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()