C# Class BootstrapComponents.Core.HtmlAttributes

Afficher le fichier Open project: jordanwallwork/bootstrapcomponents Class Usage Examples

Méthodes publiques

Méthode Description
Any ( HtmlAttribute>.Func func = null ) : bool
Clone ( ) : HtmlAttributes
HtmlAttributes ( ) : System
HtmlAttributes ( object>.IEnumerable htmlAttributes ) : System
HtmlAttributes ( object htmlAttributes ) : System
ToDictionary ( ) : object>.IDictionary
ToString ( ) : string
this ( string attribute ) : HtmlAttribute

Method Details

Any() public méthode

public Any ( HtmlAttribute>.Func func = null ) : bool
func HtmlAttribute>.Func
Résultat bool

Clone() public méthode

public Clone ( ) : HtmlAttributes
Résultat HtmlAttributes

HtmlAttributes() public méthode

public HtmlAttributes ( ) : System
Résultat System

HtmlAttributes() public méthode

public HtmlAttributes ( object>.IEnumerable htmlAttributes ) : System
htmlAttributes object>.IEnumerable
Résultat System

HtmlAttributes() public méthode

public HtmlAttributes ( object htmlAttributes ) : System
htmlAttributes object
Résultat System

ToDictionary() public méthode

public ToDictionary ( ) : object>.IDictionary
Résultat object>.IDictionary

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string attribute ) : HtmlAttribute
attribute string
Résultat HtmlAttribute