C# Class Mvc.Html.Bootstrap.ButtonExtensions

Show file Open project: ebashmakov/Mvc.Html.Bootstrap

Public Methods

Method Description
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

Method Details

Button() public static method

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

Button() public static method

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

Button() public static method

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

Button() public static method

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

Button() public static method

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
return System.Web.Mvc.MvcHtmlString

Button() public static method

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
return System.Web.Mvc.MvcHtmlString

Button() public static method

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
return System.Web.Mvc.MvcHtmlString

Button() public static method

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
return System.Web.Mvc.MvcHtmlString

SubmitButton() public static method

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

SubmitButton() public static method

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

ToCssClass() public static method

public static ToCssClass ( this type ) : string
type this
return string

ToHtmlTag() public static method

public static ToHtmlTag ( this type ) : string
type this
return string