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.
我正在尝试追踪 Web 应用程序中的错误,这似乎与正在使用的 AutoEventWireup 有关。使用 AutoEventWireup 时事件何时以及如何连接?
我知道它发生在运行时,但究竟在哪个框架类/方法中?(我希望我能够逐步完成框架代码)。
在运行时,解析您的 .aspx 页面,并将结果转换为一个类。接线是在这个生成的类中完成的。