如何在 sharepoint 3.0 中获取之前打开的站点 URL?
我想在我的自定义 Web 部件中获取我之前在访问当前网站(使用我的 Web 部件)之前打开的网站的 URL 地址?我怎样才能实现这个目标?
I would like to get in my custom webpart an url address of the site which I was opened just previously before I get to current site(that with my webpart)? How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
获取 Referrer 的普通 ASP.NET 方法将适用于此。您可以使用 Request.UrlReferrer
Plain ASP.NET Method of getting the Referrer will work for this.You can easily do this with the Request.UrlReferrer