分类:
NET
ASP.NET中webform中的几个生命周期函数,还有很多直接重写父类的虚函数就可以了
public partial class PageLearn : System.Web.UI.Page { protected override void OnLoadComplete(EventArgs e) { Response.Write("OnLoadComplete,加载完成<br/>"); } protected override void OnPreInit(EventArgs e) { Response.Write("OnPreInit,初始化之前<br/>"); } protected override void OnPreLoad(EventArgs e) { Response.Write("OnPreLoad,加载之前<br/>"); } protected void Page_Load(object sender, EventArgs e) { Response.Write("Page_Load,页面加载.......<br/>"); } }
效果如下:
评价
排名
6
文章
6
粉丝
16
评论
8
{{item.articleTitle}}
{{item.blogName}} : {{item.content}}
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2024TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:50010702506256
欢迎加群交流技术