使用 asp.NET 获取推荐链接
我如何知道用户从哪个网页进入我的网站。 有没有办法用asp.NET读取这些信息?
我想将该信息(推荐链接)存储到 cookie 中以供以后处理。
How am i supposed to know from which webpage the user came into my website.
Is there any way of reading such info with asp.NET?
I would like to store that info (referral link) into a cookie for later processing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://en.wikipedia.org/wiki/HTTP_referrer 和 http://msdn.microsoft.com/en-us/library/system。 web.httprequest.urlreferrer.aspx。请记住,这并非完全万无一失。
http://en.wikipedia.org/wiki/HTTP_referrer and http://msdn.microsoft.com/en-us/library/system.web.httprequest.urlreferrer.aspx. Bear in mind it is not completely foolproof.
您可以使用 HttpContext.Current.Request.UrlReferrer。
You can use HttpContext.Current.Request.UrlReferrer.
Request.UrlReferrer
Request.UrlReferrer