FormExtensions Methods

Include Protected Members
Include Inherited Members

The FormExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member BeginForm(HtmlHelper) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, RouteValueDictionary) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, FormMethod) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, RouteValueDictionary) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, Object, FormMethod) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, FormMethod, IDictionary<String, Object>) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, FormMethod, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, RouteValueDictionary, FormMethod) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, Object, FormMethod, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginForm(HtmlHelper, String, String, RouteValueDictionary, FormMethod, IDictionary<String, Object>) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.
Public methodStatic member BeginRouteForm(HtmlHelper, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, RouteValueDictionary) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, FormMethod) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, RouteValueDictionary) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, Object, FormMethod) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, FormMethod, IDictionary<String, Object>) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, FormMethod, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, Object, FormMethod, Object) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member BeginRouteForm(HtmlHelper, String, RouteValueDictionary, FormMethod, IDictionary<String, Object>) Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.
Public methodStatic member EndForm Renders the closing </form> tag to the response.

Top

See Also

Reference

FormExtensions Class

System.Web.Mvc.Html Namespace