html 标签内出现奇怪的属性

问题描述 投票:0回答:1

我正在使用Asp.net core。我制作了一个 html 代码(Razor 页面)并在 VS 2022 中运行它。我看到了这个 enter image description here

我以为这是asp.net功能,也许,但我检查了我的旧项目 - 没有这样的问题

c# html asp.net-mvc razor
1个回答
0
投票

这是由 .NET CSS 隔离功能引起的,该功能最初是为 Blazor 设计的: https://learn.microsoft.com/en-us/aspnet/core/blazor/components/css-isolation?view=aspnetcore-7.0

但是,它也已添加到 .NET MVC 中。进一步阅读:https://www.mikesdotnetting.com/article/355/css-isolation-in-razor-pages

© www.soinside.com 2019 - 2024. All rights reserved.