ASP.NET页面生命周期解释
前段时间的一次采访中,我被要求解释 ASP.NET 页面生命周期。我确实向他解释了,但他对我的回答不满意。有人可以向我解释一下生命周期吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
前段时间的一次采访中,我被要求解释 ASP.NET 页面生命周期。我确实向他解释了,但他对我的回答不满意。有人可以向我解释一下生命周期吗?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
ASP.NET 页面生命周期共有 10 个事件,顺序为:
下面是 ASP.NET 页面生命周期的示意图。在这种情况下预计会有大量代码。我建议您阅读我在 ASP 上写的这篇文章.NET 页面生命周期,详细解释了 10 个事件中的每一个事件以及何时使用它们。
图片来源:我自己的文章 https://www.c-sharpcorner.com/uploadfile/shivprasadk/Asp-Net-application-and-page-life-cycle/ 自 2010 年 4 月 19 日起
There are 10 events in ASP.NET page life cycle, and the sequence is:
Below is a pictorial view of ASP.NET Page life cycle with what kind of code is expected in that event. I suggest you read this article I wrote on the ASP.NET Page life cycle, which explains each of the 10 events in detail and when to use them.
Image source: my own article at https://www.c-sharpcorner.com/uploadfile/shivprasadk/Asp-Net-application-and-page-life-cycle/ from 19 April 2010
这个缩写词可能会帮助您记住我在下面的博客文章中写到的 ASP.NET 生命周期阶段。
来自我的博客:了解 ASP.NET 页面生命周期并以简单的方式记住阶段
2014 年 5 月 18 日
This acronym might help you to remember the ASP.NET life cycle stages which I wrote about in the below blog post.
From my blog: Understand ASP.NET Page life cycle and remember stages in easy way
18 May 2014