C# Class BootstrapComponents.Components.Forms.FormControls.Label

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

Public Methods

Method Description
Label ( FormGroup formGroup, string text, string id = null ) : BootstrapComponents.Core

Method Details

Label() public method

public Label ( FormGroup formGroup, string text, string id = null ) : BootstrapComponents.Core
formGroup FormGroup
text string
id string
return BootstrapComponents.Core