CSS is not being applied after changes

后端 未结 5 799
悲&欢浪女
悲&欢浪女 2020-12-23 20:39

I have problem where I can\'t apply the style in CSS in my ASP.NET MVC application. The behavior is it applies for the first time and then the subsequent changes to the CSS

5条回答
  •  半阙折子戏
    2020-12-23 21:18

    The browser can cache static files such as CSS files.

    If you update a CSS file and the change does not appear when you browse, try using CTRL-F5 within your browser.

提交回复
热议问题