C# Класс Mvc.Html.Bootstrap.ButtonExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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