C# 클래스 Project.Web.App.Helpers.HtmlHelpers_Buttons

파일 보기 프로젝트 열기: tylermercier/mvc_template

공개 메소드들

메소드 설명
DangerButton ( this html, string text, string id = "submitButton" ) : IHtmlString
DefaultButton ( this html, string text, string id = "submitButton" ) : IHtmlString
DeleteButton ( this html, string text, string id = "submitButton" ) : IHtmlString
InfoButton ( this html, string text, string id = "submitButton" ) : IHtmlString
PrimaryButton ( this html, string text, string id = "submitButton" ) : IHtmlString
ResetButton ( this html, string text, string id = "submitButton" ) : IHtmlString
SuccessButton ( this html, string text, string id = "submitButton" ) : IHtmlString
WarningButton ( this html, string text, string id = "submitButton" ) : IHtmlString

비공개 메소드들

메소드 설명
ButtonBase ( string text, string id, string type ) : IHtmlString

메소드 상세

DangerButton() 공개 정적인 메소드

public static DangerButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

DefaultButton() 공개 정적인 메소드

public static DefaultButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

DeleteButton() 공개 정적인 메소드

public static DeleteButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

InfoButton() 공개 정적인 메소드

public static InfoButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

PrimaryButton() 공개 정적인 메소드

public static PrimaryButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

ResetButton() 공개 정적인 메소드

public static ResetButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

SuccessButton() 공개 정적인 메소드

public static SuccessButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString

WarningButton() 공개 정적인 메소드

public static WarningButton ( this html, string text, string id = "submitButton" ) : IHtmlString
html this
text string
id string
리턴 IHtmlString