C# Класс System.Web.Mvc.FlashHelpers

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

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

Метод Описание
Flash ( this helper ) : IHtmlString
FlashError ( this controller, string message ) : void
FlashInfo ( this controller, string message ) : void
FlashWarning ( this controller, string message ) : void

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

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

public static Flash ( this helper ) : IHtmlString
helper this
Результат IHtmlString

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

public static FlashError ( this controller, string message ) : void
controller this
message string
Результат void

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

public static FlashInfo ( this controller, string message ) : void
controller this
message string
Результат void

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

public static FlashWarning ( this controller, string message ) : void
controller this
message string
Результат void