含义:保存客户端上期请求的URL。

1.在服务器端通过Response.Redirect导航后,保存上一个页面的信息。
2.在客户端JS中,通过document.location.href导航后,返回null。
3.在服务器Page_Load事件中,通过Server.Transfer导航后,返回null。

用途:和PreviousPage属性类似,可以在Page_Load中判断客户端是如何导航到当前页面的。

相关文章:

  • 2021-12-16
  • 2022-12-23
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2021-05-15
  • 2022-01-25
  • 2022-02-11
  • 2022-02-08
相关资源
相似解决方案