How can I store values ββin the HTTP request area without using IOC?
Quick reply will be appreciated.
Put them in System.Web.HttpContext.Current.Items
System.Web.HttpContext.Current.Items
Via MSDN :
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.
Source: https://habr.com/ru/post/1344389/More articles:elmah customized provider and exhibit event - c #What is wrong with this mysql query? - sqlWhen should you use weakValues ββ() of the MapMaker class? - javaHow to check Java library dependencies on appengine whitelist? - javaHow to open a file using _TCHAR * as the file name? C / C ++ - c ++Null exception NUnit TestContext.CurrentContext - c #Django: Invalid block tag 'form.username' - pythonWhat is the difference in code execution when wrapping these methods - javascriptAre there getattr, callable and other metaprogramming functions in java? - javaCreate a new lagging column data.frame - rAll Articles