C# Class Telerik.Web.Mvc.Extensions.HtmlAttributesExtensions

Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
AppendCssClass ( object>.IDictionary htmlAttributes, string cssClass ) : void
AppendCssClasses ( object>.IDictionary htmlAttributes, IEnumerable cssClasses ) : void
PrependCssClass ( object>.IDictionary htmlAttributes, string cssClass ) : void
PrependCssClasses ( object>.IDictionary htmlAttributes, IEnumerable cssClasses ) : void

Method Details

AppendCssClass() public static méthode

public static AppendCssClass ( object>.IDictionary htmlAttributes, string cssClass ) : void
htmlAttributes object>.IDictionary
cssClass string
Résultat void

AppendCssClasses() public static méthode

public static AppendCssClasses ( object>.IDictionary htmlAttributes, IEnumerable cssClasses ) : void
htmlAttributes object>.IDictionary
cssClasses IEnumerable
Résultat void

PrependCssClass() public static méthode

public static PrependCssClass ( object>.IDictionary htmlAttributes, string cssClass ) : void
htmlAttributes object>.IDictionary
cssClass string
Résultat void

PrependCssClasses() public static méthode

public static PrependCssClasses ( object>.IDictionary htmlAttributes, IEnumerable cssClasses ) : void
htmlAttributes object>.IDictionary
cssClasses IEnumerable
Résultat void