gpt4 book ai didi

c# - 使文本字段可见但不可编辑

转载 作者:太空宇宙 更新时间:2023-11-03 21:48:51 25 4
gpt4 key购买 nike

我正在使用下面的代码来允许用户添加查看用户名,因为这个名称是由事件目录给出的我希望他们看到添加了名称的文件但无法编辑数据任何想法我会如何能够做到这一点

@Html.EditorFor(model => model.UserName)

我还尝试了 followwing 的两种方法,这两种方法都无法与 @anslo 一起使用或与 statement true 一起使用

@Html.EditorFor(model => model.UserName, new { @disabled ="disabled"})
@Html.EditorFor(model => model.UserName, new { @readonly = "readonly" })

最佳答案

去吧去吧 @Html.TextBoxFor您可以传递重载的扩展:

@Html.TextBoxFor(model => model.UserName, new { @readonly = true }) 

关于c# - 使文本字段可见但不可编辑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15547127/

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