示例#1
0
 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));
 }
示例#2
0
 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));
 }
示例#3
0
 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));
 }
示例#4
0
 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));
 }
示例#5
0
 public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, string controllerName, JQueryOptions jQueryOptions)
 {
     return(ajaxHelper.JQueryActionLink(linkText, actionName, controllerName, null, jQueryOptions, null));
 }
示例#6
0
 public static MvcHtmlString JQueryActionLink(this AjaxHelper ajaxHelper, string linkText, string actionName, JQueryOptions jQueryOptions)
 {
     return(ajaxHelper.JQueryActionLink(linkText, actionName, (object)null, jQueryOptions));
 }