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.
在 asp.net 中,在处理 web 应用程序时,有一个名为“Page_Load”的函数,它是空的。每次加载页面时都会调用它吗?如果我删除这个功能怎么办?本质上 Page_Load 的主要目的是什么?
非常感谢。
它的主要目的是在页面加载时执行/验证/检查(它的启动事件之一)。
开启时通过反射调用此函数AutoEventWireup。
AutoEventWireup