C# Class biz.dfch.CS.Appclusive.UI.Helpers.AjaxHelperExtensions

Afficher le fichier Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Méthodes publiques

Méthode Description
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

Method Details

DisplayNameForSort() public static méthode

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
Résultat IHtmlString

IconActionLink() public static méthode

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
Résultat IHtmlString

IconActionLink() public static méthode

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
Résultat IHtmlString

IconActionLink() public static méthode

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
Résultat IHtmlString

IconActionLink() public static méthode

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
Résultat IHtmlString