C# Class Castle.MonoRail.Framework.Filters.PersistFlashFilter

Persist entire flash content after an action execution on the controller. PersistFlashAttribute
Inheritance: IFilter
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Perform ( ExecuteEnum exec, IRailsEngineContext context, Controller controller ) : bool

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

Method Details

Perform() public method

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
return bool