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.
Visual Studio 2010では、私のビュー(cshtml)で、受け入れられないコードがある場合があります。具体的な例を次に示します。
私はこれが本当の問題ではないことを知っています。VSのルールを「編集」して、この「nowrap」に問題があると言わないようにできるかどうか疑問に思います。すべての警告を無効にしたくありません。
ありがとう。
CSSルールを使用することで、この特定の警告を回避できます。
td {white-space:nowrap}
http://jsfiddle.net/3rwWh/4/