Reference:IContext
From Bistro
Overview
The IContext interface is a context definition allowing controllers to share information without creating explicit, class-level dependencies.
Usage
Implementations of this class are supplied to implementers of the IController interface and are used to access the user profile, control the rendering options for the request, redirect the request to a different resource and directly manipulate the contents of the context object.
See also
IContext in the Bistro Class Library.