gpt4 book ai didi

asp.net - asp.net中的页面卸载事件

转载 作者:行者123 更新时间:2023-12-03 10:31:55 24 4
gpt4 key购买 nike

是否可以在类似于 Page_Load 事件的代码中调用写入 Page_Unload 事件?我想在页面卸载上调用一个方法。我如何做到这一点?

最佳答案

AutoEventWireup它在页面上默认打开,您只需添加以 **Page_***event* 为前缀的方法,并让 ASP.NET 为您连接到事件。

在 Unload 的情况下,方法签名是:

protected void Page_Unload(object sender, EventArgs e)

详情见 MSDN article .

关于asp.net - asp.net中的页面卸载事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2117870/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com