C# Class System.Web.Mvc.FlashHelpers

Show file Open project: dancoppock/MVC3-Starter-Site

Public Methods

Method Description
Flash ( this helper ) : IHtmlString
FlashError ( this controller, string message ) : void
FlashInfo ( this controller, string message ) : void
FlashWarning ( this controller, string message ) : void

Method Details

Flash() public static method

public static Flash ( this helper ) : IHtmlString
helper this
return IHtmlString

FlashError() public static method

public static FlashError ( this controller, string message ) : void
controller this
message string
return void

FlashInfo() public static method

public static FlashInfo ( this controller, string message ) : void
controller this
message string
return void

FlashWarning() public static method

public static FlashWarning ( this controller, string message ) : void
controller this
message string
return void