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

TextBox() public method

public TextBox ( string id, string value ) : TextBox
id string
value string
return BootstrapComponents.Components.Forms.FormControls.TextBox
        public TextBox TextBox(string id, string value)
        {
            return new TextBox(this, id, value);
        }