Wednesday, November 14, 2007

Good find: HttpContext.Current.Items

Thanks to Mike Duncan for a good tip and lots of laughs:

 

Generally, HttpContext.Current.Items doesn’t get all that much hot blog press, but let me tell you, I’m here to change all that. For those out of the know, System.Web.HttpContext.Current.Items is a sweet key-value pair collection you can use to pass objects around up and through all components that participate in a single HTTP request.

No comments: