This topic has not yet been rated - Rate this topic

AjaxHelper<TModel> Class

Represents support for rendering HTML in AJAX scenarios within a strongly typed view.

System.Object
  System.Web.Mvc.AjaxHelper
    System.Web.Mvc.AjaxHelper<TModel>

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public class AjaxHelper<TModel> : AjaxHelper

Type Parameters

TModel

The type of the model.

The AjaxHelper<TModel> type exposes the following members.

  Name Description
Public method AjaxHelper<TModel>(ViewContext, IViewDataContainer) Initializes a new instance of the AjaxHelper<TModel> class by using the specified view context and view data container.
Public method AjaxHelper<TModel>(ViewContext, IViewDataContainer, RouteCollection) Initializes a new instance of the AjaxHelper<TModel> class by using the specified view context, view data container, and URL route collection.
Top
  Name Description
Public property RouteCollection Gets the collection of URL routes for the application. (Inherited from AjaxHelper.)
Public property ViewContext Gets the context information about the view. (Inherited from AjaxHelper.)
Public property ViewData Gets the strongly typed version of the view data dictionary.
Public property ViewDataContainer Gets the view data container. (Inherited from AjaxHelper.)
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method JavaScriptStringEncode Serializes the specified message and returns the resulting JSON-formatted string. (Inherited from AjaxHelper.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
  Name Description
Public Extension Method ActionLink(String, String, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, Object, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, RouteValueDictionary, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, Object, AjaxOptions, Object) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, Object, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, RouteValueDictionary, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, Object, AjaxOptions, Object) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, String, String, String, Object, AjaxOptions, Object) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method ActionLink(String, String, String, String, String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, Object, AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, RouteValueDictionary, AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, String, AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, Object, AjaxOptions, Object) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, String, Object, AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, String, RouteValueDictionary, AjaxOptions) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, String, Object, AjaxOptions, Object) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginForm(String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)
Public Extension Method BeginRouteForm(String, AjaxOptions) Overloaded. Writes an opening <form> tag to the response using the specified routing information. (Defined by AjaxExtensions.)
Public Extension Method BeginRouteForm(String, Object, AjaxOptions) Overloaded. Writes an opening <form> tag to the response using the specified routing information. (Defined by AjaxExtensions.)
Public Extension Method BeginRouteForm(String, RouteValueDictionary, AjaxOptions) Overloaded. Writes an opening <form> tag to the response using the specified routing information. (Defined by AjaxExtensions.)
Public Extension Method BeginRouteForm(String, Object, AjaxOptions, Object) Overloaded. Writes an opening <form> tag to the response using the specified routing information. (Defined by AjaxExtensions.)
Public Extension Method BeginRouteForm(String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. Writes an opening <form> tag to the response using the specified routing information. (Defined by AjaxExtensions.)
Public Extension Method GlobalizationScript() Overloaded. Returns an HTML script element that contains a reference to a globalization script that defines the culture information. (Defined by AjaxExtensions.)
Public Extension Method GlobalizationScript(CultureInfo) Overloaded. Returns an HTML script element that contains a reference to a globalization script that defines the specified culture information. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, Object, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, RouteValueDictionary, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, Object, AjaxOptions, Object) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, AjaxOptions, Object) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, Object, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, RouteValueDictionary, AjaxOptions) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, Object, AjaxOptions, Object) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Public Extension Method RouteLink(String, String, String, String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) Overloaded. 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. (Defined by AjaxExtensions.)
Top

The AjaxHelper<TModel> class is a strongly typed class that derives from the AjaxHelper class. The AjaxHelper class includes methods that provide client-side functionality in ASP.NET AJAX in MVC applications, such as creating asynchronous forms and rendering links. The AjaxHelper class supports asynchronous partial-page updates. Extensions to the AjaxHelper class are in the System.Web.Mvc.Ajax namespace.

Helper methods and extensions are called by using the Ajax property of the view, which is an instance of the AjaxHelper class. For example, to generate a link to a controller action method, you call the ActionLink method in your view using the following syntax

<%= Ajax.ActionLink("ActionName") %>

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)