Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Context.Items 来存储用户控件的一些信息,例如:
Context.Items["Data"] = 5;
我想知道,Context.Items 是针对每个请求还是针对应用程序是全局的?
HttpContext 是每个请求。