Select from following answers:- @Html.Form()
- @Html.BeginFormTag()
- @Html.StartForm()
- @Html.BeginForm()

- All Above
@Html.BeginForm() is used to create a form tag in the Razor view engine to associate the form level methods in the page.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator