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.
スキンを Web ページに適用し、スキン ファイルに次のように記述します。
<input class="th1">
スタイルシートファイルは次のとおりです。
.th1{ border:dashed #00ff21 1px; }
実行時にこのエラーが発生しました:
Literal content "<input class='th1'>" is not allowed within a 'skin file'.
それの何が悪いの?
HTML コントロールにスキンを適用することはできません。代わりに ASP.NET コントロールを使用してください。