RadioButton
@Html.RadioButton("color","red") @Html.RadioButton("color", "blue", true) @Html.RadioButton("color", "green")
或者:
@Html.RadioButtonFor(m => m.GenreId, "1") Rock @Html.RadioButtonFor(m => m.GenreId, "2") Jazz @Html.RadioButtonFor(m => m.GenreId, "3") Pop