Select from following answers:- @Html.InputHidden()
- @Html.Input()
- @Html.Hidden()

- All of the above
- All Above
@Html.Hidden() is the helper used to render a hidden type of input in Mvc Razor view.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator