C# Класс MvcFlashMessages.ControllerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Flash ( this controller, string key, string message ) : void

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

Описание методов

Flash() публичный статический Метод

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.
Результат void