AjaxExtensions.BeginRouteForm Method
Include Protected Members
Include Inherited Members
Writes an opening <form> tag to the response.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
BeginRouteForm(AjaxHelper, String, AjaxOptions) | Writes an opening <form> tag to the response using the specified routing information. | |
BeginRouteForm(AjaxHelper, String, Object, AjaxOptions) | Writes an opening <form> tag to the response using the specified routing information. | |
BeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions) | Writes an opening <form> tag to the response using the specified routing information. | |
BeginRouteForm(AjaxHelper, String, Object, AjaxOptions, Object) | Writes an opening <form> tag to the response using the specified routing information. | |
BeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) | Writes an opening <form> tag to the response using the specified routing information. |
Top
Remarks
You can use this method in a using block. In that case, the method renders the closing </form> tag at the end of the using block. The form is submitted asynchronously by using JavaScript.