I\'m developing an ASP.NET MVC 5 web with C# and .NET Framework 4.5.1.
I have this form in a cshtml file:
form
cshtml
@model MyProduct.
using(Html.BeginForm()) { // code here }
While to Post form Data all tags must be included form tag.