public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, object routeValues, JQueryOptions jQueryOptions, object htmlAttributes) { System.Web.Routing.RouteValueDictionary dictionary = new System.Web.Routing.RouteValueDictionary(routeValues); System.Collections.Generic.Dictionary <string, object> dictionary2 = JQueryExtension.ObjectToCaseSensitiveDictionary(htmlAttributes); return(ajaxHelper.JQueryActionLink(linkText, actionName, controllerName, protocol, hostName, fragment, dictionary, jQueryOptions, dictionary2)); }
public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, System.Web.Routing.RouteValueDictionary routeValues, JQueryOptions jQueryOptions, System.Collections.Generic.IDictionary <string, object> htmlAttributes) { return(ajaxHelper.JQueryActionLink(linkText, actionName, null, routeValues, jQueryOptions, htmlAttributes)); }
public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, string controllerName, System.Web.Routing.RouteValueDictionary routeValues, JQueryOptions jQueryOptions) { return(ajaxHelper.JQueryActionLink(linkText, actionName, controllerName, routeValues, jQueryOptions, null)); }
public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, object routeValues, JQueryOptions jQueryOptions, object htmlAttributes) { return(ajaxHelper.JQueryActionLink(linkText, actionName, null, routeValues, jQueryOptions, htmlAttributes)); }
public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, string controllerName, JQueryOptions jQueryOptions) { return(ajaxHelper.JQueryActionLink(linkText, actionName, controllerName, null, jQueryOptions, null)); }
public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, JQueryOptions jQueryOptions) { return(ajaxHelper.JQueryActionLink(linkText, actionName, (object)null, jQueryOptions)); }