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.
我认为这并不重要,因为它有效。但我只是想知道为什么有时在 html 中它看起来像一个 CssClass 不存在,当它存在时..
当我运行应用程序时,该类中的所有 css 数据都已到位。
这只是 Visual Studio 智能感知的一个问题,我自己也遇到过几次。我觉得这没什么好担心的。
重新启动软件并重新打开应用程序应该可以解决问题。
但是,这可能取决于您如何在页面中包含样式表。如果您以编程方式包含此内容,则 Visual Studio 将无法理解这一点,因此不会在其智能感知中提取样式,它只会从包含在head标签中的 StyleSheet 中提取样式作为link元素。
head
link