含义:保存客户端上期请求的URL。
1.在服务器端通过Response.Redirect导航后,保存上一个页面的信息。2.在客户端JS中,通过document.location.href导航后,返回null。3.在服务器Page_Load事件中,通过Server.Transfer导航后,返回null。
用途:和PreviousPage属性类似,可以在Page_Load中判断客户端是如何导航到当前页面的。
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3