C# 클래스 BootstrapComponents.Components.Forms.FormGroup

상속: BootstrapComponents.Core.HtmlContainer
파일 보기 프로젝트 열기: jordanwallwork/bootstrapcomponents

보호된 프로퍼티들

프로퍼티 타입 설명
_form Form

공개 메소드들

메소드 설명
FormGroup ( Form form ) : System
InnerHtml ( ) : string
Label ( string text, string id = null ) : Label
TextBox ( string id, string value ) : TextBox

메소드 상세

FormGroup() 공개 메소드

public FormGroup ( Form form ) : System
form Form
리턴 System

InnerHtml() 공개 메소드

public InnerHtml ( ) : string
리턴 string

Label() 공개 메소드

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

TextBox() 공개 메소드

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

프로퍼티 상세

_form 보호되어 있는 프로퍼티

protected Form,BootstrapComponents.Components.Forms _form
리턴 Form