C# 클래스 Mvc.Html.Bootstrap.ButtonExtensions

파일 보기 프로젝트 열기: ebashmakov/Mvc.Html.Bootstrap

공개 메소드들

메소드 설명
Button ( this html, string text ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonTag tag, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonType type ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonType type, ButtonSize size ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag, bool block ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag, bool block, bool disabled ) : System.Web.Mvc.MvcHtmlString
Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag, bool block, bool disabled, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
SubmitButton ( this html, string text ) : System.Web.Mvc.MvcHtmlString
SubmitButton ( this html, string text, ButtonType type, ButtonSize size ) : System.Web.Mvc.MvcHtmlString
ToCssClass ( this type ) : string
ToHtmlTag ( this type ) : string

메소드 상세

Button() 공개 정적인 메소드

public static Button ( this html, string text ) : System.Web.Mvc.MvcHtmlString
html this
text string
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonTag tag, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
text string
tag ButtonTag
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonType type ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonType type, ButtonSize size ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
size ButtonSize
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
size ButtonSize
tag ButtonTag
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag, bool block ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
size ButtonSize
tag ButtonTag
block bool
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag, bool block, bool disabled ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
size ButtonSize
tag ButtonTag
block bool
disabled bool
리턴 System.Web.Mvc.MvcHtmlString

Button() 공개 정적인 메소드

public static Button ( this html, string text, ButtonType type, ButtonSize size, ButtonTag tag, bool block, bool disabled, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
size ButtonSize
tag ButtonTag
block bool
disabled bool
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

SubmitButton() 공개 정적인 메소드

public static SubmitButton ( this html, string text ) : System.Web.Mvc.MvcHtmlString
html this
text string
리턴 System.Web.Mvc.MvcHtmlString

SubmitButton() 공개 정적인 메소드

public static SubmitButton ( this html, string text, ButtonType type, ButtonSize size ) : System.Web.Mvc.MvcHtmlString
html this
text string
type ButtonType
size ButtonSize
리턴 System.Web.Mvc.MvcHtmlString

ToCssClass() 공개 정적인 메소드

public static ToCssClass ( this type ) : string
type this
리턴 string

ToHtmlTag() 공개 정적인 메소드

public static ToHtmlTag ( this type ) : string
type this
리턴 string