How can i hold values in http request scope without using IOC ?
Quick answer will be appreciated.
Put them into System.Web.HttpContext.Current.Items
Via MSDN:
Gets a key/value collection that can be used to organize and share data between an IHttpModule interface and an IHttpHandler interface during an HTTP request.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With