gpt4 book ai didi

asp.net-mvc - Asp.Net Mvc Checkboxfor默认值?

转载 作者:行者123 更新时间:2023-12-01 03:58:56 24 4
gpt4 key购买 nike

模型

[DefaultValue(true)]
public bool IsActive { get; set; }

看法
@Html.CheckBoxFor(model => model.IsActive)

html 输出,这是我的预期
<input data-val="true" data-val-required="Yayında alanı boş bırakılmamalıdır!" id="IsActive" name="IsActive" type="checkbox" value="true" class="valid">

但未选中复选框。我不明白为什么?我错过了什么?

谢谢。

最佳答案

MSDN

A DefaultValueAttribute will not cause a member to be automatically initialized with the attribute's value. You must set the initial value in your code.

关于asp.net-mvc - Asp.Net Mvc Checkboxfor默认值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14903500/

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