C# Class BootstrapComponents.Components.Buttons.ButtonExtensions

Show file Open project: jordanwallwork/bootstrapcomponents

Public Methods

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

public static Button ( this html, string text ) : Button
html this
text string
return Button

Button() public static method

public static Button ( this html, string text, ButtonSettings buttonSettings ) : Button
html this
text string
buttonSettings ButtonSettings
return Button

Button() public static method

public static Button ( this html, string text, string url ) : Button
html this
text string
url string
return Button

Button() public static method

public static Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
html this
text string
url string
buttonSettings ButtonSettings
return Button

ButtonGroup() public static method

public static ButtonGroup ( this html ) : ButtonGroup
html this
return ButtonGroup

Submit() public static method

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