BootstrapComponents.Components.Forms.FormGroup.Label C# (CSharp) Method

Label() public method

public Label ( string text, string id = null ) : Label
text string
id string
return BootstrapComponents.Components.Forms.FormControls.Label
        public Label Label(string text, string id = null)
        {
            return new Label(this, text, id);
        }