Пример #1
0
 public static MvcHtmlString ThemeActionLink(this HtmlHelper htmlHelper, string linkText, string actionName, object routeValues, object htmlAttributes)
 {
     return(htmlHelper.ThemeActionLink(linkText, actionName, null, TypeHelper.ObjectToDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)));
 }
Пример #2
0
 public static MvcHtmlString ThemeActionLink(this HtmlHelper htmlHelper, string linkText, string actionName, string controllerName, string protocol, string hostName, string fragment, object routeValues, object htmlAttributes)
 {
     return(htmlHelper.ThemeActionLink(linkText, actionName, controllerName, protocol, hostName, fragment, TypeHelper.ObjectToDictionary(routeValues), HtmlHelper.AnonymousObjectToHtmlAttributes(htmlAttributes)));
 }
Пример #3
0
 public static MvcHtmlString ThemeActionLink(this HtmlHelper htmlHelper, string linkText, string actionName, object routeValues)
 {
     return(htmlHelper.ThemeActionLink(linkText, actionName, null, TypeHelper.ObjectToDictionary(routeValues), new RouteValueDictionary()));
 }