Select from following answers:- @Html.RadioButtonList()
- @Html.RadioButton()

- @Html.RadioButtonControl()
- None of the above
- All Above
@Html.RadioButton() is the helper used to create radio button controls in Mvc Razor.
It renders the input of type 'radio'.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator