C# Class Castle.MonoRail.Framework.Attributes.PersistFlashAttribute

Apply PersistFlashFilter, which preserve all flash contents after execution of all actions on the applied controller.
Inheritance: FilterAttribute
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
PersistFlashAttribute ( ) : Castle.MonoRail.Framework.Filters

Default constructor. This would persist the entire flash bag.

Method Details

PersistFlashAttribute() public method

Default constructor. This would persist the entire flash bag.
public PersistFlashAttribute ( ) : Castle.MonoRail.Framework.Filters
return Castle.MonoRail.Framework.Filters