AjaxExtensions.BeginRouteForm Method (AjaxHelper, String, RouteValueDictionary, AjaxOptions)
.NET Framework 3.5
Writes an opening <form> tag to the response given the routing information.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public static MvcForm BeginRouteForm( this AjaxHelper ajaxHelper, string routeName, RouteValueDictionary routeValues, AjaxOptions ajaxOptions )
Parameters
- ajaxHelper
- Type: System.Web.Mvc.AjaxHelper
The AJAX helper.
- routeName
- Type: System.String
The name of the route to use to obtain the form post URL.
- routeValues
- Type: System.Web.Routing.RouteValueDictionary
An object that contains the parameters for a route.
- ajaxOptions
- Type: System.Web.Mvc.Ajax.AjaxOptions
An object that provides options for the asynchronous request.