ASP.NET 4.5页面加载各个事件触发步骤。
ASP.NET 4.5 added the following events:
?
InitComplete : Indicates the initialization of the page is completed
?
LoadComplete : Indicates the page has been completely loaded into memory
?
PreInit : Indicates the moment immediately before a page is initialized
?
PreLoad : Indicates the moment before a page has been loaded into memory
?
PreRenderComplete : Indicates the moment directly before a page has been rendered in the browser
具体事件写法如下
时间: 2024-10-13 22:28:05