This documentation is archived and is not being maintained.
FormExtensions Class
Represents the support for HTML in an application.
Namespace:
Microsoft.Web.MvcAssembly:
Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
[<AbstractClass>]
[<Sealed>]
type FormExtensions = class end
| Name | Description |
|---|
  | BeginForm<'TController>(HtmlHelper, Expression<Action<'TController>>) | |
  | BeginForm<'TController>(HtmlHelper, Expression<Action<'TController>>, FormMethod) | |
  | BeginForm<'TController>(HtmlHelper, Expression<Action<'TController>>, FormMethod, IDictionary<String, Object>) | |
  | BeginForm<'TController>(HtmlHelper, Expression<Action<'TController>>, FormMethod, Object) | |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top