C# Class BootstrapComponents.Components.Forms.FormGroup

Inheritance: BootstrapComponents.Core.HtmlContainer
Show file Open project: jordanwallwork/bootstrapcomponents

Protected Properties

Property Type Description
_form Form

Public Methods

Method Description
FormGroup ( Form form ) : System
InnerHtml ( ) : string
Label ( string text, string id = null ) : Label
TextBox ( string id, string value ) : TextBox

Method Details

FormGroup() public method

public FormGroup ( Form form ) : System
form Form
return System

InnerHtml() public method

public InnerHtml ( ) : string
return string

Label() public method

public Label ( string text, string id = null ) : Label
text string
id string
return BootstrapComponents.Components.Forms.FormControls.Label

TextBox() public method

public TextBox ( string id, string value ) : TextBox
id string
value string
return BootstrapComponents.Components.Forms.FormControls.TextBox

Property Details

_form protected property

protected Form,BootstrapComponents.Components.Forms _form
return Form