C# Класс biz.dfch.CS.Appclusive.UI.Helpers.AjaxHelperExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
DisplayNameForSort ( this helper, string displayName, string columName, string actionName, RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, string controllerName = null ) : IHtmlString
IconActionLink ( this helper, string iconClass, string actionName, RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes = null ) : IHtmlString
IconActionLink ( this helper, string iconClass, string actionName, object routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes = null ) : IHtmlString
IconActionLink ( this helper, string iconClass, string actionName, object routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, string toolTip, object htmlAttributes = null ) : IHtmlString
IconActionLink ( this helper, string iconClass, string actionName, string controllerName, RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, string toolTip, object htmlAttributes = null ) : IHtmlString

Описание методов

DisplayNameForSort() публичный статический Метод

public static DisplayNameForSort ( this helper, string displayName, string columName, string actionName, RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, string controllerName = null ) : IHtmlString
helper this
displayName string
columName string
actionName string
routeValues RouteValueDictionary
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
controllerName string
Результат IHtmlString

IconActionLink() публичный статический Метод

public static IconActionLink ( this helper, string iconClass, string actionName, RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes = null ) : IHtmlString
helper this
iconClass string
actionName string
routeValues RouteValueDictionary
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes object
Результат IHtmlString

IconActionLink() публичный статический Метод

public static IconActionLink ( this helper, string iconClass, string actionName, object routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, object htmlAttributes = null ) : IHtmlString
helper this
iconClass string
actionName string
routeValues object
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
htmlAttributes object
Результат IHtmlString

IconActionLink() публичный статический Метод

public static IconActionLink ( this helper, string iconClass, string actionName, object routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, string toolTip, object htmlAttributes = null ) : IHtmlString
helper this
iconClass string
actionName string
routeValues object
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
toolTip string
htmlAttributes object
Результат IHtmlString

IconActionLink() публичный статический Метод

public static IconActionLink ( this helper, string iconClass, string actionName, string controllerName, RouteValueDictionary routeValues, System.Web.Mvc.Ajax.AjaxOptions ajaxOptions, string toolTip, object htmlAttributes = null ) : IHtmlString
helper this
iconClass string
actionName string
controllerName string
routeValues RouteValueDictionary
ajaxOptions System.Web.Mvc.Ajax.AjaxOptions
toolTip string
htmlAttributes object
Результат IHtmlString