C# Class BootstrapComponents.Components.Buttons.ButtonExtensions

Afficher le fichier Open project: jordanwallwork/bootstrapcomponents

Méthodes publiques

Méthode Description
Button ( this html, string text ) : Button
Button ( this html, string text, ButtonSettings buttonSettings ) : Button
Button ( this html, string text, string url ) : Button
Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
ButtonGroup ( this html ) : ButtonGroup
Submit ( this html, string text = "Submit", ButtonSettings buttonSettings = null ) : Button

Method Details

Button() public static méthode

public static Button ( this html, string text ) : Button
html this
text string
Résultat Button

Button() public static méthode

public static Button ( this html, string text, ButtonSettings buttonSettings ) : Button
html this
text string
buttonSettings ButtonSettings
Résultat Button

Button() public static méthode

public static Button ( this html, string text, string url ) : Button
html this
text string
url string
Résultat Button

Button() public static méthode

public static Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
html this
text string
url string
buttonSettings ButtonSettings
Résultat Button

ButtonGroup() public static méthode

public static ButtonGroup ( this html ) : ButtonGroup
html this
Résultat ButtonGroup

Submit() public static méthode

public static Submit ( this html, string text = "Submit", ButtonSettings buttonSettings = null ) : Button
html this
text string
buttonSettings ButtonSettings
Résultat Button