C# Class MvcFlashMessages.ControllerExtensions

Afficher le fichier Open project: jarrettmeyer/mvcflashmessages

Méthodes publiques

Méthode Description
Flash ( this controller, string key, string message ) : void

Add a new message to the flash with the given key.

Method Details

Flash() public static méthode

Add a new message to the flash with the given key.
public static Flash ( this controller, string key, string message ) : void
controller this Controller.
key string Flash key.
message string Flash message.
Résultat void