C# Class Mvc.Html.Bootstrap.ButtonExtensions

Afficher le fichier Open project: ebashmakov/Mvc.Html.Bootstrap

Méthodes publiques

Méthode 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 méthode

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

Button() public static méthode

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

Button() public static méthode

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

Button() public static méthode

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

Button() public static méthode

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
Résultat System.Web.Mvc.MvcHtmlString

Button() public static méthode

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
Résultat System.Web.Mvc.MvcHtmlString

Button() public static méthode

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
Résultat System.Web.Mvc.MvcHtmlString

Button() public static méthode

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
Résultat System.Web.Mvc.MvcHtmlString

SubmitButton() public static méthode

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

SubmitButton() public static méthode

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

ToCssClass() public static méthode

public static ToCssClass ( this type ) : string
type this
Résultat string

ToHtmlTag() public static méthode

public static ToHtmlTag ( this type ) : string
type this
Résultat string