C# 클래스 biz.dfch.CS.Appclusive.UI.Helpers.AjaxHelperExtensions

파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.UI

공개 메소드들

메소드 설명
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