beginform in mvc with id code example
Example: html beginform asp.net mvc add id
<% using (Html.BeginForm(null, null, FormMethod.Post, new { id = "signupform" }))
{ } %>
<% using (Html.BeginForm(null, null, FormMethod.Post, new { id = "signupform" }))
{ } %>