Select from following answers:- @Html.List()
- @Html.ListView()
- @Html.ListBox()

- @Html.ListItem()
- All Above
@Html.ListBox() is used to render a Listbox in the Mvc Razor view.
In this you can select items as like in the Asp.Net webforms.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator