gpt4 book ai didi

asp.net-mvc - ASP.NET MVC Razor 中的默认单选按钮列表

转载 作者:行者123 更新时间:2023-12-04 18:24:55 24 4
gpt4 key购买 nike

如何确保单选按钮列表选择了第一个选项?如果是基于模型属性,如果这是应用程序启动时显示的第一页,如何设置?

这在 webforms 中很容易,但我不知道如何在 MVC 中执行此操作,并且 NET 上似乎没有任何地方显示这是如何完成的。

这似乎不起作用:

@Html.RadioButtonFor(m => m.SearchType, true) Location
@Html.RadioButtonFor(m => m.SearchType, false) Name

我只是未选中两个单选按钮??

最佳答案

@Html.RadioButtonFor(x => x.Something, "radioValue", new { @checked = true })

关于asp.net-mvc - ASP.NET MVC Razor 中的默认单选按钮列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5206528/

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