C# 클래스 System.Web.Mvc.FlashHelpers

파일 보기 프로젝트 열기: dancoppock/MVC3-Starter-Site

공개 메소드들

메소드 설명
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