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