简体   繁体   English

ASP.NET页面事件处理如何在浏览器中工作?

[英]How does ASP.NET page event handling work in the browser?

This may seem like a super basic question. 这似乎是一个超级基本的问题。 But I had this interviewer ask me this. 但是我有这个面试官问我这个。

How does the browser handle an event, say a button click in an ASP.NET page? 浏览器如何处理事件,例如在ASP.NET页中单击按钮?

the short answere is: 简短的回答是:

the button generated a PostBack where is capture from the web navigator. 该按钮生成了一个PostBack,该位置是从Web导航器捕获的。

regards 问候

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM