Select from following answers:- @Html.Text()
- @Html.InputText()
- @Html.TextView()
- @Html.TextBox()

- All Above
@Html.TextBox() is the helper used in Mvc Razor view to create a simple textbox with the type 'text'.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator