C# 클래스 BootstrapComponents.Components.Buttons.ButtonExtensions

파일 보기 프로젝트 열기: jordanwallwork/bootstrapcomponents

공개 메소드들

메소드 설명
Button ( this html, string text ) : Button
Button ( this html, string text, ButtonSettings buttonSettings ) : Button
Button ( this html, string text, string url ) : Button
Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
ButtonGroup ( this html ) : ButtonGroup
Submit ( this html, string text = "Submit", ButtonSettings buttonSettings = null ) : Button

메소드 상세

Button() 공개 정적인 메소드

public static Button ( this html, string text ) : Button
html this
text string
리턴 Button

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonSettings buttonSettings ) : Button
html this
text string
buttonSettings ButtonSettings
리턴 Button

Button() 공개 정적인 메소드

public static Button ( this html, string text, string url ) : Button
html this
text string
url string
리턴 Button

Button() 공개 정적인 메소드

public static Button ( this html, string text, string url, ButtonSettings buttonSettings ) : Button
html this
text string
url string
buttonSettings ButtonSettings
리턴 Button

ButtonGroup() 공개 정적인 메소드

public static ButtonGroup ( this html ) : ButtonGroup
html this
리턴 ButtonGroup

Submit() 공개 정적인 메소드

public static Submit ( this html, string text = "Submit", ButtonSettings buttonSettings = null ) : Button
html this
text string
buttonSettings ButtonSettings
리턴 Button