I bet you think of HttpContext.Items .
Gets a collection of keys / values that can be used to organize and exchange data between the IHttpModule interface and the IHttpHandler interface during an HTTP request.
Very useful for sharing states between HttpModules, HttpHandlers and pages from different parts of the request loop.
:
, HttpContext.Items ASP.NET WebForms, ASP.NET MVC, -. .