C# 클래스 Mvc.Html.Bootstrap.AlertExtensions

파일 보기 프로젝트 열기: ebashmakov/Mvc.Html.Bootstrap

공개 프로퍼티들

프로퍼티 타입 설명
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