AjaxHelper Methods
Visual Studio 2010
The AjaxHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
JavaScriptStringEncode | Serializes the specified message and returns the resulting JSON-formatted string. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (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, 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, 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, IDictionary(Of 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, 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, 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, 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, IDictionary(Of 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(Of 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, RouteValueDictionary, AjaxOptions) | 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, Object, AjaxOptions, Object) | Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.) |
|
BeginForm(String, RouteValueDictionary, AjaxOptions, IDictionary(Of String, Object)) | 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, RouteValueDictionary, 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, IDictionary(Of 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, RouteValueDictionary, 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, IDictionary(Of 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, 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, 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, IDictionary(Of 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, AjaxOptions, IDictionary(Of 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, 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, 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, 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, IDictionary(Of 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(Of 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.) |
Community Additions
ADD
Show: