AjaxExtensions.RouteLink Method
Include Protected Members
Include Inherited Members
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.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RouteLink(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. | |
RouteLink(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. | |
RouteLink(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. | |
RouteLink(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. | |
RouteLink(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. | |
RouteLink(AjaxHelper, String, String, AjaxOptions, IDictionary<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. | |
RouteLink(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. | |
RouteLink(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. | |
RouteLink(AjaxHelper, String, RouteValueDictionary, AjaxOptions, IDictionary<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. | |
RouteLink(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. | |
RouteLink(AjaxHelper, String, String, RouteValueDictionary, AjaxOptions, IDictionary<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. | |
RouteLink(AjaxHelper, String, String, String, String, String, RouteValueDictionary, AjaxOptions, IDictionary<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. |
Top