In the latest ASPNET Core 8.0 I saw this file is created
Is that means this CSS is apply automatically to all pages that uses this partial view?
If that is the case can I add _layout.cshtml.js
as well?
How about all other pages? Like index.cshtml.css
?