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.RadioButtonFor(x => x.loan, "create/update")
値はモデルを介して戻されます。現在の方法を使用して、ビューからリストの値を取得できます
Request.Form["loan"].ToString()