0
kicks
Rails ActionController::Flash implementation in asp.net
The flash provides a way to pass temporary objects between actions. Anything you place in the flash will be exposed to the very next action and then cleared out. This article explains how it can be implemented in asp.net