@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css'
无意中发现.NET Core MVC项目会引用下面的css,但是实际项目中不存在这个文件。担心会404就想把它删了,但是实际运行后发现css是能加载成功的,打开内容是这样的:@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
2024-03-20 1234 0