I have this Razor Template
@Html.RadioButtonFor(i => i.Value, \"1\") @Html.LabelFor(i => 7条回答 失恋的感觉 (楼主) 2020-12-13 02:50 You can add text with tags @Html.RadioButtonFor(i => i.Value, true) True @Html.RadioButtonFor(i => i.Value, false) False 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You can add text with tags
@Html.RadioButtonFor(i => i.Value, true) True @Html.RadioButtonFor(i => i.Value, false) False