C# 클래스 MvcFlashMessages.ControllerExtensions

파일 보기 프로젝트 열기: jarrettmeyer/mvcflashmessages

공개 메소드들

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