C# Class MVC5.Common.Controller.BaseController

Inheritance: System.Web.Mvc.Controller
Afficher le fichier Open project: rabbal/AspNetMVCNTierTemp

Méthodes publiques

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

Private Methods

Méthode Description
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

BoostrapDanger() public méthode

public BoostrapDanger ( string message, bool dismissable = false ) : void
message string
dismissable bool
Résultat void

BoostrapInformation() public méthode

public BoostrapInformation ( string message, bool dismissable = false ) : void
message string
dismissable bool
Résultat void

BoostrapSuccess() public méthode

public BoostrapSuccess ( string message, bool dismissable = false ) : void
message string
dismissable bool
Résultat void

BoostrapWarning() public méthode

public BoostrapWarning ( string message, bool dismissable = false ) : void
message string
dismissable bool
Résultat void

ToastrError() public méthode

public ToastrError ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
Résultat void

ToastrInformation() public méthode

public ToastrInformation ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
Résultat void

ToastrSuccess() public méthode

public ToastrSuccess ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
Résultat void

ToastrWarning() public méthode

public ToastrWarning ( string message, string title = "", bool isSticky = false ) : void
message string
title string
isSticky bool
Résultat void