码迷,mamicode.com
首页 > Web开发 > 详细

aps.net 页面事件执行顺序

时间:2015-10-20 12:01:58      阅读:223      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!