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

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

Открытые свойства

Свойство Тип Описание
DefaultCloseSymbol string

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

Метод Описание
Alert ( this helper, AlertType type, string text ) : System.Web.Mvc.MvcHtmlString
Alert ( this helper, AlertType type, string text, string header ) : System.Web.Mvc.MvcHtmlString
Alert ( this helper, AlertType type, string text, string header, ButtonTag closeButton, bool block ) : System.Web.Mvc.MvcHtmlString
Alert ( this helper, AlertType type, string text, string header, bool close ) : System.Web.Mvc.MvcHtmlString
Alert ( this helper, AlertType type, string text, string header, bool close, bool block ) : System.Web.Mvc.MvcHtmlString
DismissButton ( this html, ButtonTag tag ) : System.Web.Mvc.MvcHtmlString
DismissButton ( this html, ButtonTag tag, string text ) : System.Web.Mvc.MvcHtmlString
ToCssClass ( this type ) : string

Описание методов

Alert() публичный статический Метод

public static Alert ( this helper, AlertType type, string text ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
Результат System.Web.Mvc.MvcHtmlString

Alert() публичный статический Метод

public static Alert ( this helper, AlertType type, string text, string header ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
header string
Результат System.Web.Mvc.MvcHtmlString

Alert() публичный статический Метод

public static Alert ( this helper, AlertType type, string text, string header, ButtonTag closeButton, bool block ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
header string
closeButton ButtonTag
block bool
Результат System.Web.Mvc.MvcHtmlString

Alert() публичный статический Метод

public static Alert ( this helper, AlertType type, string text, string header, bool close ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
header string
close bool
Результат System.Web.Mvc.MvcHtmlString

Alert() публичный статический Метод

public static Alert ( this helper, AlertType type, string text, string header, bool close, bool block ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
header string
close bool
block bool
Результат System.Web.Mvc.MvcHtmlString

DismissButton() публичный статический Метод

public static DismissButton ( this html, ButtonTag tag ) : System.Web.Mvc.MvcHtmlString
html this
tag ButtonTag
Результат System.Web.Mvc.MvcHtmlString

DismissButton() публичный статический Метод

public static DismissButton ( this html, ButtonTag tag, string text ) : System.Web.Mvc.MvcHtmlString
html this
tag ButtonTag
text string
Результат System.Web.Mvc.MvcHtmlString

ToCssClass() публичный статический Метод

public static ToCssClass ( this type ) : string
type this
Результат string

Описание свойств

DefaultCloseSymbol публичное статическое свойство

public static string DefaultCloseSymbol
Результат string