Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的网络应用程序中获得 [browser] 关闭按钮事件。我知道如何通过 javascript 获取它的客户端,但其中存在一些问题。是否可以在我的网络应用程序中获取此事件服务器端?
谢谢
无法通过服务器代码完成,但您可以在服务器端事件中添加一些代码,这些代码在<script type="text\javascript">window.close();</script>完成时添加。
<script type="text\javascript">window.close();</script>
看看ClientScriptManager.RegisterClientScriptBlock。