C# 클래스 Castle.MonoRail.Framework.Filters.PersistFlashFilter

Persist entire flash content after an action execution on the controller. PersistFlashAttribute
상속: IFilter
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Perform ( ExecuteEnum exec, IRailsEngineContext context, Controller controller ) : bool

Implementors should perform they filter logic and return true if the action should be processed.

메소드 상세

Perform() 공개 메소드

Implementors should perform they filter logic and return true if the action should be processed.
public Perform ( ExecuteEnum exec, IRailsEngineContext context, Controller controller ) : bool
exec ExecuteEnum When this filter is being invoked
context IRailsEngineContext Current context
controller Controller The controller instance
리턴 bool