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.
是否创建了一个新的 ApiController 实例来为每个请求提供服务,或者它是否以某种方式“汇集”以服务后续请求?
我问的原因是我想知道成员变量的生命周期,例如脚手架放入的 DbContext 成员(还有我自己的成员)。
ApiController 的实例在每个 HttpRequest 上创建一个新的。