C# 클래스 MVC5.Common.Controller.BaseController

상속: System.Web.Mvc.Controller
파일 보기 프로젝트 열기: rabbal/AspNetMVCNTierTemp

공개 메소드들

메소드 설명
BoostrapDanger ( string message, bool dismissable = false ) : void
BoostrapInformation ( string message, bool dismissable = false ) : void
BoostrapSuccess ( string message, bool dismissable = false ) : void
BoostrapWarning ( string message, bool dismissable = false ) : void
ToastrError ( string message, string title = "", bool isSticky = false ) : void
ToastrInformation ( string message, string title = "", bool isSticky = false ) : void
ToastrSuccess ( string message, string title = "", bool isSticky = false ) : void
ToastrWarning ( string message, string title = "", bool isSticky = false ) : void

비공개 메소드들

메소드 설명
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

BoostrapDanger() 공개 메소드

public BoostrapDanger ( string message, bool dismissable = false ) : void
message string
dismissable bool
리턴 void

BoostrapInformation() 공개 메소드

public BoostrapInformation ( string message, bool dismissable = false ) : void
message string
dismissable bool
리턴 void

BoostrapSuccess() 공개 메소드

public BoostrapSuccess ( string message, bool dismissable = false ) : void
message string
dismissable bool
리턴 void

BoostrapWarning() 공개 메소드

public BoostrapWarning ( string message, bool dismissable = false ) : void
message string
dismissable bool
리턴 void

ToastrError() 공개 메소드

public ToastrError ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
리턴 void

ToastrInformation() 공개 메소드

public ToastrInformation ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
리턴 void

ToastrSuccess() 공개 메소드

public ToastrSuccess ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
리턴 void

ToastrWarning() 공개 메소드

public ToastrWarning ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
리턴 void