gpt4 book ai didi

c# - 如何在 Visual Studio 中(重新)启用实时 CSS 编辑?

转载 作者:行者123 更新时间:2023-11-30 19:23:36 26 4
gpt4 key购买 nike

在 Visual Studio 2015 中:

  1. 创建一个新的空 C# ASP.NET Web 应用程序(Framework 4.6)。
  2. 添加WebForm1.aspx:

    <%@ Page Language="C#" %>
    <!DOCTYPE html>
    <html>
    <head>
    <title></title>
    <link href="mycss.css" type="text/css" rel="stylesheet" />
    </head>
    <body>
    <div>Hello World</div>
    </body>
    </html>
  3. 添加mycss.css:

    div { color: red; }
  4. 右键单击 WebForm1.aspx 并选择“设为起始页”。

  5. 点击“运行”按钮并选择“Google Chrome”作为浏览器。
  6. 在 Visual Studio 中打开 mycss.css 并将 red 更改为 blue

请注意,在您完成输入 blue 时,Chrome 中的颜色会变为蓝色。无需在 Visual Studio 中保存,无需在 Chrome 中重新加载。这feature is awesome !

现在在 Visual Studio 2017 (15.3.5) 中执行相同的操作。什么都没发生。我必须保存 CSS 文件重新加载浏览器页面才能看到更改。

如何恢复该功能?这是一些配置选项吗?还是故意弃用的功能?还是错误?

最佳答案

您正在寻找的功能称为浏览器链接,它是 Visual Studio 的一部分。确保该功能已启用并且“启用 CSS 自动同步”已打开。 See here for more info .此页面与 .Net Core 相关,但仍应与 WebForms 相关。

enter image description here

关于c# - 如何在 Visual Studio 中(重新)启用实时 CSS 编辑?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46691944/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com