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.
一旦创建了控制器对象,它何时可用于垃圾收集?
通常当没有检测到对该对象的活动引用时。这是由垃圾收集器在内部处理的,因此您不必关心它。
因此,考虑到这一点,在调用承载控制器的 Page_Unload 方法之后,垃圾收集器会收到通知,告知控制器对象已准备好进行处理。