C# Class BootstrapComponents.Components.Buttons.Button

Inheritance: BootstrapComponents.Core.GenericInnerHtmlContainer
Show file Open project: jordanwallwork/bootstrapcomponents Class Usage Examples

Public Methods

Method Description
Button ( string text, ButtonSettings settings = null, object htmlAttributes = null ) : BootstrapComponents.Common

Method Details

Button() public method

public Button ( string text, ButtonSettings settings = null, object htmlAttributes = null ) : BootstrapComponents.Common
text string
settings ButtonSettings
htmlAttributes object
return BootstrapComponents.Common