AjaxExtensions Methods

 

Namespace:   System.Web.Mvc.Ajax
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, AjaxOptions)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, Object, AjaxOptions)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, Object, AjaxOptions, Object)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, AjaxOptions)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, Object, AjaxOptions)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, Object, AjaxOptions, Object)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, RouteValueDictionary, AjaxOptions)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, String, String, String, Object, AjaxOptions, Object)

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticActionLink(AjaxHelper, String, String, String, String, String, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, Object, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, Object, AjaxOptions, Object)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, String, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, String, Object, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, String, Object, AjaxOptions, Object)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions)

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginForm(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Writes an opening <form> tag to the response.

System_CAPS_pubmethodSystem_CAPS_staticBeginRouteForm(AjaxHelper, String, AjaxOptions)

Writes an opening <form> tag to the response using the specified routing information.

System_CAPS_pubmethodSystem_CAPS_staticBeginRouteForm(AjaxHelper, String, Object, AjaxOptions)

Writes an opening <form> tag to the response using the specified routing information.

System_CAPS_pubmethodSystem_CAPS_staticBeginRouteForm(AjaxHelper, String, Object, AjaxOptions, Object)

Writes an opening <form> tag to the response using the specified routing information.

System_CAPS_pubmethodSystem_CAPS_staticBeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Writes an opening <form> tag to the response using the specified routing information.

System_CAPS_pubmethodSystem_CAPS_staticBeginRouteForm(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Writes an opening <form> tag to the response using the specified routing information.

System_CAPS_pubmethodSystem_CAPS_staticGlobalizationScript(AjaxHelper)

Returns an HTML script element that contains a reference to a globalization script that defines the culture information.

System_CAPS_pubmethodSystem_CAPS_staticGlobalizationScript(AjaxHelper, CultureInfo)

Returns an HTML script element that contains a reference to a globalization script that defines the specified culture information.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, Object, AjaxOptions)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, Object, AjaxOptions, Object)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, RouteValueDictionary, AjaxOptions)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, AjaxOptions)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, AjaxOptions, Object)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, Object, AjaxOptions)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, Object, AjaxOptions, Object)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions)

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

System_CAPS_pubmethodSystem_CAPS_staticRouteLink(AjaxHelper, String, String, String, String, String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object))

Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.

Return to top
Show: