そのため、関数radioChangeのパラメーターとしてオブジェクト値「Policeman」を渡したいのですが、それを行う方法が見つかりません。htmlラジオボタンを参照しようとしてthis.valueを試しましたが、機能しません:(
@Html.RadioButtonFor(x => x.Profession, "Policeman", new { onchange="radioChange(object value)" })
そのため、関数radioChangeのパラメーターとしてオブジェクト値「Policeman」を渡したいのですが、それを行う方法が見つかりません。htmlラジオボタンを参照しようとしてthis.valueを試しましたが、機能しません:(
@Html.RadioButtonFor(x => x.Profession, "Policeman", new { onchange="radioChange(object value)" })