FormExtensions Class

 

Represents the support for HTML in an application.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.FormExtensions

Syntax

public static class FormExtensions
[ExtensionAttribute]
public ref class FormExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type FormExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class FormExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginForm<TController>(HtmlHelper, Expression<Action<TController>>)

System_CAPS_pubmethodSystem_CAPS_static BeginForm<TController>(HtmlHelper, Expression<Action<TController>>, FormMethod)

System_CAPS_pubmethodSystem_CAPS_static BeginForm<TController>(HtmlHelper, Expression<Action<TController>>, FormMethod, IDictionary<String, Object>)

System_CAPS_pubmethodSystem_CAPS_static BeginForm<TController>(HtmlHelper, Expression<Action<TController>>, FormMethod, Object)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc Namespace

Return to top