Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该如何知道用户从哪个网页进入我的网站。有没有办法用 asp.NET 读取这些信息?
我想将该信息(推荐链接)存储到 cookie 中以供以后处理。
http://en.wikipedia.org/wiki/HTTP_referrer和http://msdn.microsoft.com/en-us/library/system.web.httprequest.urlreferrer.aspx。请记住,它并非完全万无一失。
您可以使用HttpContext.Current.Request.UrlReferrer。
Request.UrlReferrer