AjaxHelper Class
Represents support for rendering HTML in AJAX scenarios within a view.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | AjaxHelper(ViewContext, IViewDataContainer) | Initializes a new instance of the AjaxHelper class using the specified view context and view data container. |
![]() | AjaxHelper(ViewContext, IViewDataContainer, RouteCollection) | Initializes a new instance of the AjaxHelper class by using the specified view context, view data container, and route collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | GlobalizationScriptPath | Gets or sets the root path for the location to use for globalization script files. |
![]() | RouteCollection | Gets the collection of URL routes for the application. |
![]() | ViewBag | Gets the ViewBag. |
![]() | ViewContext | Gets the context information about the view. |
![]() | ViewData | Gets the current view data dictionary. |
![]() | ViewDataContainer | Gets the view data container. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | JavaScriptStringEncode(String) | Serializes the specified message and returns the resulting JSON-formatted string. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | BeginForm(AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, Object, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, Object, AjaxOptions, Object) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, RouteValueDictionary, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) | Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.) |
![]() | BeginForm(String, String, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, String, Object, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, String, Object, AjaxOptions, Object) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, String, RouteValueDictionary, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginForm(String, String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) | Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.) |
![]() | BeginRouteForm(String, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.) |
![]() | BeginRouteForm(String, Object, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.) |
![]() | BeginRouteForm(String, Object, AjaxOptions, Object) | Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.) |
![]() | BeginRouteForm(String, RouteValueDictionary, AjaxOptions) | Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.) |
![]() | BeginRouteForm(String, RouteValueDictionary, AjaxOptions, IDictionary<String, Object>) | Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.) |
![]() | GlobalizationScript() | Overloaded. Returns an HTML script element that contains a reference to a globalization script that defines the culture information.(Defined by AjaxExtensions.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
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 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 can 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.
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)
.jpeg?cs-save-lang=1&cs-lang=fsharp)