含义:保存客户端上期请求的URL。
1.在服务器端通过Response.Redirect导航后,保存上一个页面的信息。2.在客户端JS中,通过document.location.href导航后,返回null。3.在服务器Page_Load事件中,通过Server.Transfer导航后,返回null。
用途:和PreviousPage属性类似,可以在Page_Load中判断客户端是如何导航到当前页面的。
Powered by: 博客园 Copyright © 2024 鸡尾虾的壳 Powered by .NET 9.0 on Kubernetes