FormExtensions Class
.NET Framework 3.5
Represents support for HTML in an application.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The FormExtensions class contains extension methods that extend the HtmlHelper class. Each extension method renders an HTML form element. The BeginForm method renders a form that will be handled by a controller action method. The BeginForm method renders a form that will be handled by a controller action method. The EndForm method renders the closing element for a form.