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

显示文件 Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Public Methods

Method 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 method

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
return IHtmlString

IconActionLink() public static method

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
return IHtmlString

IconActionLink() public static method

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
return IHtmlString

IconActionLink() public static method

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
return IHtmlString

IconActionLink() public static method

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
return IHtmlString