2 out of 2 rated this helpful - Rate this topic

FormExtensions Class

Represents support for HTML in an application.

Namespace:  System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public static class FormExtensions

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.

System.Object
  System.Web.Mvc.Html.FormExtensions
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.