Css Isolation for Asp.Net Core Web Application for .cshtml files #25713
Labels
affected-medium
This issue impacts approximately half of our customers
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
severity-major
This label is used by an internal tool
User Story
A single user-facing feature. Can be grouped under an epic.
Milestone
CSS isolation feature has been now implemented in .net 5 preview 8 for Blazor, and I confirmed it's working in Blazor.
However, it seems that css isolation feature is not working in traditional Asp.Net Core Web Application.
Is this feature being planned for the traditional Asp.Net Core Web Application?
If not, it would be great if it will be planned.
For example, if there is a Login.cshtml, and if I create Login.cshtml.css, I would like the content of Login.cshtml.css to be automatically injected into <style> portion of Login.cshtml.
The text was updated successfully, but these errors were encountered: