C# Class Mvc.Html.Bootstrap.AlertExtensions

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

Méthodes publiques

Свойство Type Description
DefaultCloseSymbol string

Méthodes publiques

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

Method Details

Alert() public static méthode

public static Alert ( this helper, AlertType type, string text ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
Résultat System.Web.Mvc.MvcHtmlString

Alert() public static méthode

public static Alert ( this helper, AlertType type, string text, string header ) : System.Web.Mvc.MvcHtmlString
helper this
type AlertType
text string
header string
Résultat System.Web.Mvc.MvcHtmlString

Alert() public static méthode

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

Alert() public static méthode

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

Alert() public static méthode

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

DismissButton() public static méthode

public static DismissButton ( this html, ButtonTag tag ) : System.Web.Mvc.MvcHtmlString
html this
tag ButtonTag
Résultat System.Web.Mvc.MvcHtmlString

DismissButton() public static méthode

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

ToCssClass() public static méthode

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

Property Details

DefaultCloseSymbol public_oe static_oe property

public static string DefaultCloseSymbol
Résultat string