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テーマ/スキンでページを実行するときにどのCSSファイルをページに自動的に添付する必要があるかについて言及できますか?APP_Themesフォルダー以外のフォルダーにある自分のCSSをページに関連付けたい
これを試して:
<link href="styles/common/mystyle.css" rel="stylesheet" type="text/css" media="screen, projection" />