gpt4 book ai didi

asp.net-mvc - DisplayFor 忽略 html 属性的原因是什么?

转载 作者:行者123 更新时间:2023-12-02 17:58:23 24 4
gpt4 key购买 nike

当尝试使用此功能时

@Html.DisplayFor(m => m.someField, new { htmlAttributes = "class = someclass" })

该字段在渲染时不包含类 someclass。我认为它是因为它只是写出文本,并且没有 span 元素或任何可以设置类的东西。

我真的很想设置 id,以便稍后可以通过 js 更新它。

最佳答案

类需要是@class

此评论有效

DisplayFor(), does not have any HTML attributes, thus u can't do it. Instead there are other ways of rendering the data inside a DIV/SPAN with ur class.. – Nick Oct 16 at 11:15

此评论也有效

I think it should be @Html.DisplayFor(m => m.someField, new {@class="someClass"}) – Michel Oct 16 at 11:30

关于asp.net-mvc - DisplayFor 忽略 html 属性的原因是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12913234/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com