Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のコードを使用してチェック ボックスを取得しましたが、チェック ボックスの値は変わりません。なぜこれが当てはまるのか考えてみてください
@Html.EditorFor(model => model.IsActive)
editorfor の代わりにこれを使用
@Html.CheckBoxFor