C# Class Mvc.Html.Bootstrap.AlertExtensions

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

Public Properties

Property Type Description
DefaultCloseSymbol string

Public Methods

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

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

Alert() public static method

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

Alert() public static method

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

Alert() public static method

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

Alert() public static method

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

DismissButton() public static method

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

DismissButton() public static method

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

ToCssClass() public static method

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

Property Details

DefaultCloseSymbol public static property

public static string DefaultCloseSymbol
return string