gpt4 book ai didi

asp.net-mvc - asp.net mvc html.password 设置值

转载 作者:行者123 更新时间:2023-12-02 06:25:49 25 4
gpt4 key购买 nike

我在编辑配置文件类型屏幕上有一个 html.password 帮助控件。有没有一种方法可以在页面首次加载时设置此值,这样如果用户不想更改密码,现有的密码就会传回 Controller 。

谢谢尼克

最佳答案

Html.Password 助手不会自动使用 ViewData(参见 ASP.NET MVC 源代码,InputExtensions.cs 文件,第 78 行,第 184 行)。你需要这样的东西:

<%= Html.Password("password", ViewData["password"]) %>

更新:

在 Opera 10b、Firefox 3.5、Internet Explorer 8 中测试

关于asp.net-mvc - asp.net mvc html.password 设置值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1113874/

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