What happens when I press browser BACK button?

前端 未结 4 527
情话喂你
情话喂你 2020-12-09 04:15

Consider the scenario:

  1. I visited a page of a website built using ASP.NET. The page is a simple aspx page containing ASP.NET server controls.

  2. <
4条回答
  •  [愿得一人]
    2020-12-09 05:08

    usually all the events should occur, but if you have an uber browser than it could happen to display a cached page you can just put a breakpoint in your Page Load and see if it's going to occur

提交回复
热议问题