【发布时间】:2016-09-27 08:13:05
【问题描述】:
这是我的 Html.RadioButtonFor
<label class="radio-inline">@Html.RadioButtonFor(x => x.Account, Account.A1)<label for="Account"></label>A</label>
<label class="radio-inline">@Html.RadioButtonFor(x => x.Account, Account.A2)<label for="Account"></label>B</label>
【问题讨论】:
标签: javascript jquery html asp.net-mvc