首页 > Web开发 > 详细

aps.net 页面事件执行顺序

时间:2015-10-20 12:01:10      阅读:452      评论:0      收藏:0      [点我收藏+]

技术分享

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

具体事件写法如下

技术分享

aps.net 页面事件执行顺序

原文:http://www.cnblogs.com/tianmochou/p/4894282.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!